[seam-commits] Seam SVN: r10606 - examples/trunk/booking.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 23 02:44:06 EDT 2009
Author: dan.j.allen
Date: 2009-04-23 02:44:06 -0400 (Thu, 23 Apr 2009)
New Revision: 10606
Modified:
examples/trunk/booking/readme.txt
Log:
whitespace
Modified: examples/trunk/booking/readme.txt
===================================================================
--- examples/trunk/booking/readme.txt 2009-04-23 06:43:49 UTC (rev 10605)
+++ examples/trunk/booking/readme.txt 2009-04-23 06:44:06 UTC (rev 10606)
@@ -27,9 +27,9 @@
mvn -f seam-booking-ear/pom.xml jboss:undeploy
-Here's the restart (mega) command:
+Here's the chained restart command:
-mvn -f seam-booking-ear/pom.xml jboss:undeploy && mvn package && mvn -f seam-booking-ear/pom.xml jboss:deploy
+ mvn -f seam-booking-ear/pom.xml jboss:undeploy && mvn package && mvn -f seam-booking-ear/pom.xml jboss:deploy
If you would rather deploy more traditional way by copying the archive directly
to the deploy directory of the JBoss AS domain, use this command instead:
More information about the seam-commits
mailing list