[seam-commits] Seam SVN: r10619 - examples/trunk/booking.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 23 18:03:00 EDT 2009


Author: dan.j.allen
Date: 2009-04-23 18:03:00 -0400 (Thu, 23 Apr 2009)
New Revision: 10619

Modified:
   examples/trunk/booking/readme.txt
Log:
document restart and undeploy profiles


Modified: examples/trunk/booking/readme.txt
===================================================================
--- examples/trunk/booking/readme.txt	2009-04-23 22:01:46 UTC (rev 10618)
+++ examples/trunk/booking/readme.txt	2009-04-23 22:03:00 UTC (rev 10619)
@@ -38,15 +38,19 @@
  mvn -o -f seam-booking-ear/pom.xml jboss:harddeploy
 
 But it's better to use the antrun plugin since it is smarter about what it
-copies, which is bound to the end of the package goal when the jboss-explode
-profile is active:
+copies, which is bound to the end of the package goal when the explode profile
+is active:
 
  mvn -o package -Pexplode
 
-You can remove the archive by activating the jboss-unexplode profile:
+You can force a restart of the application by activating the restart profile:
 
- mvn -o validate -Punexplode
+ mvn -o validate -Prestart
 
+You can remove the archive by activating the undeploy profile:
+
+ mvn -o validate -Pundeploy
+
 Note that the -o puts Maven in offline mode so that it doesn't perform time
 consuming update checks.
 




More information about the seam-commits mailing list