[wise-commits] wise SVN: r601 - webgui/trunk.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Thu Feb 12 12:40:04 EST 2015


Author: alessio.soldano at jboss.com
Date: 2015-02-12 12:40:04 -0500 (Thu, 12 Feb 2015)
New Revision: 601

Modified:
   webgui/trunk/README.md
Log:
[WISE-212] Fix readme


Modified: webgui/trunk/README.md
===================================================================
--- webgui/trunk/README.md	2015-02-12 17:37:46 UTC (rev 600)
+++ webgui/trunk/README.md	2015-02-12 17:40:04 UTC (rev 601)
@@ -11,10 +11,10 @@
 Build and Deploy the application
 --------------------------------
 
-1. Make sure you have started the JBoss Server.
+1. Make sure you have started the JBoss Server / WildFly server.
 2. Type this command to build and deploy the archive:
 
-        mvn clean package jboss-as:deploy
+        mvn clean package jboss-as:deploy (or mvn clean package wildfly:deploy)
 
 3. This will deploy `target/wise-gui.war` to the running instance of the server.
 
@@ -28,7 +28,7 @@
 Undeploy the Archive
 --------------------
 
-1. Make sure you have started the JBoss Server as described above.
+1. Make sure you have started the JBoss/ WildFly Server as described above.
 2. When you are finished testing, type this command to undeploy the archive:
 
-        mvn jboss-as:undeploy
+        mvn jboss-as:undeploy (or mvn wildfly:undeploy)



More information about the wise-commits mailing list