[jboss-cvs] JBossAS SVN: r99884 - projects/ejb3/components/nointerface/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 25 03:08:38 EST 2010


Author: jaikiran
Date: 2010-01-25 03:08:38 -0500 (Mon, 25 Jan 2010)
New Revision: 99884

Modified:
   projects/ejb3/components/nointerface/trunk/pom.xml
Log:
EJBTHREE-1989 Maven release requires the order of modules in the aggregator pom to be correct

Modified: projects/ejb3/components/nointerface/trunk/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/pom.xml	2010-01-25 08:05:27 UTC (rev 99883)
+++ projects/ejb3/components/nointerface/trunk/pom.xml	2010-01-25 08:08:38 UTC (rev 99884)
@@ -40,8 +40,9 @@
 
     <!-- Aggregate Modules -->
     <modules>
+        <!--  Order matters -->
+        <module>build</module>
         <module>spi</module>
-        <module>build</module>
         <module>impl</module>
     </modules>
 




More information about the jboss-cvs-commits mailing list