[weld-commits] Weld SVN: r7088 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 24 14:10:23 EST 2010


Author: dan.j.allen
Date: 2010-11-24 14:10:22 -0500 (Wed, 24 Nov 2010)
New Revision: 7088

Modified:
   archetypes/javaee6-webapp/trunk/readme.txt
Log:
change arq profile names
simplify glassfish deployment command


Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt	2010-11-24 19:09:49 UTC (rev 7087)
+++ archetypes/javaee6-webapp/trunk/readme.txt	2010-11-24 19:10:22 UTC (rev 7088)
@@ -51,7 +51,7 @@
  your JBOSS_HOME environment variable points to a JBoss AS 6.0 installation.
 
  Alternatively, you can set the location of JBoss AS using the following
- profile defintion in the .m2/settings.xml file in your home directory:
+ profile definition in the .m2/settings.xml file in your home directory:
 
   <?xml version="1.0" encoding="UTF-8"?>
   <settings
@@ -131,7 +131,7 @@
  Now you can either deploy the target/jboss-javaee6-webapp-src.war through the
  web-based GlassFish admininstration console, or you can again use asadmin:
 
-  ./asadmin deploy /path/to/project/target/jboss-javaee6-webapp-src.war
+  ./asadmin deploy target/jboss-javaee6-webapp-src.war
 
  To undeploy the application, run:
 
@@ -149,14 +149,14 @@
  GlassFish container running (to avoid port conflicts). Then run the test goal
  with the following profile activated:
 
-  mvn clean test -Pglassfish-embedded-3
+  mvn clean test -Parq-glassfish-embedded
 
  (The clean goal is only required when you switch between containers)
 
  To run the test in JBoss AS 6, first start a JBoss AS 6 instance. Then, run the
  test goal with the following profile activated:
 
-  mvn clean test -Pjbossas-remote-6
+  mvn clean test -Parq-jbossas-remote
 
  Consult the Arquillian reference documentation to register profiles for any
  supported container.



More information about the weld-commits mailing list