[jboss-cvs] JBossAS SVN: r78431 - trunk/varia.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 11 11:15:29 EDT 2008


Author: pgier
Date: 2008-09-11 11:15:29 -0400 (Thu, 11 Sep 2008)
New Revision: 78431

Modified:
   trunk/varia/pom.xml
Log:
Change assembly goal to "single" instead of "assembly".  The "assembly" goal is causing a forked build lifecycle that builds all the modules a second time.

Modified: trunk/varia/pom.xml
===================================================================
--- trunk/varia/pom.xml	2008-09-11 15:14:22 UTC (rev 78430)
+++ trunk/varia/pom.xml	2008-09-11 15:15:29 UTC (rev 78431)
@@ -28,7 +28,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>assembly</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>




More information about the jboss-cvs-commits mailing list