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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat May 2 01:36:06 EDT 2009


Author: dan.j.allen
Date: 2009-05-02 01:36:05 -0400 (Sat, 02 May 2009)
New Revision: 10751

Modified:
   examples/trunk/booking/pom.xml
Log:
reexplode command was wrong


Modified: examples/trunk/booking/pom.xml
===================================================================
--- examples/trunk/booking/pom.xml	2009-05-02 00:24:13 UTC (rev 10750)
+++ examples/trunk/booking/pom.xml	2009-05-02 05:36:05 UTC (rev 10751)
@@ -61,7 +61,7 @@
                   <undeploy>seam-booking-ear validate -o -Pundeploy</undeploy>
                   <unexplode>seam-booking-ear validate -o -Pundeploy</unexplode>
                   <restart>seam-booking-ear validate -o -Prestart</restart>
-                  <reexplode>package -o -Pundeploy,explode</reexplode>
+                  <reexplode>package -o -Pundeploy -Pexplode</reexplode>
                   <!--<redeploy>this requires two distinct steps</redeploy>-->
                   <profiles>org.apache.maven.plugins:maven-help-plugin:active-profiles -o</profiles>
                   <pom>org.apache.maven.plugins:maven-help-plugin:effective-pom -o</pom>




More information about the seam-commits mailing list