[jboss-cvs] JBossAS SVN: r90653 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 26 15:09:55 EDT 2009


Author: pgier
Date: 2009-06-26 15:09:55 -0400 (Fri, 26 Jun 2009)
New Revision: 90653

Modified:
   trunk/pom.xml
Log:
The build (distribution) module should be updated when building a single module.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-06-26 19:06:36 UTC (rev 90652)
+++ trunk/pom.xml	2009-06-26 19:09:55 UTC (rev 90653)
@@ -429,6 +429,7 @@
     </profile>
     
     <profile>
+      <!-- This profile can be used to build a single module and update the dist -->
       <id>single-module</id>
       <activation>
         <property>
@@ -437,6 +438,7 @@
       </activation>
       <modules>
         <module>${module}</module>
+        <module>build</module>
       </modules>
     </profile>
     




More information about the jboss-cvs-commits mailing list