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

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Mon Feb 4 18:35:00 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-04 18:34:59 -0500 (Mon, 04 Feb 2013)
New Revision: 490

Modified:
   webgui/trunk/README.md
Log:
Minor update to readme


Modified: webgui/trunk/README.md
===================================================================
--- webgui/trunk/README.md	2013-02-04 23:34:36 UTC (rev 489)
+++ webgui/trunk/README.md	2013-02-04 23:34:59 UTC (rev 490)
@@ -6,34 +6,14 @@
 
 All you need to build this project is Java 6.0 (Java SDK 1.6) or better, Maven 3.0 or better.
 
-The application this project produces is designed to be run on JBoss Enterprise Application Platform 6 or JBoss AS 7. 
+The application this project produces is designed to be run on JBoss AS 7.1 or greater. 
 
- 
-Configure Maven
----------------
+Build and Deploy the application
+--------------------------------
 
-If you have not yet done so, you must [Configure Maven](../README.md#mavenconfiguration) before testing the quickstarts.
+1. Make sure you have started the JBoss Server.
+2. Type this command to build and deploy the archive:
 
-
-Start JBoss Enterprise Application Platform 6 or JBoss AS 7 with the Web Profile
--------------------------
-
-1. Open a command line and navigate to the root of the JBoss server directory.
-2. The following shows the command line to start the server with the web profile:
-
-        For Linux:   JBOSS_HOME/bin/standalone.sh
-        For Windows: JBOSS_HOME\bin\standalone.bat
-
- 
-Build and Deploy the Quickstart
--------------------------
-
-_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#buildanddeploy) for complete instructions and additional options._
-
-1. Make sure you have started the JBoss Server as described above.
-2. Open a command line and navigate to the root directory of this quickstart.
-3. Type this command to build and deploy the archive:
-
         mvn clean package jboss-as:deploy
 
 4. This will deploy `target/wise-gui.war` to the running instance of the server.
@@ -49,21 +29,6 @@
 --------------------
 
 1. Make sure you have started the JBoss Server as described above.
-2. Open a command line and navigate to the root directory of this quickstart.
-3. When you are finished testing, type this command to undeploy the archive:
+2. When you are finished testing, type this command to undeploy the archive:
 
         mvn jboss-as:undeploy
-
-
-Run the Quickstart in JBoss Developer Studio or Eclipse
--------------------------------------
-You can also start the server and deploy the quickstarts from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](../README.md#useeclipse) 
-
-
-Debug the Application
-------------------------------------
-
-If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them.
-
-        mvn dependency:sources
-        mvn dependency:resolve -Dclassifier=javadoc



More information about the wise-commits mailing list