Author: bdekruijff at gmail.com
Date: Wed Nov 10 17:32:38 2010
New Revision: 384

Log:
AMDATU-157 keep buildsupport first in reactor

Modified:
   trunk/pom.xml

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       Wed Nov 10 17:32:38 2010
@@ -575,13 +575,10 @@
     </dependency>
   </dependencies>
 
-  <!--
-    This is the Amdatu Reactor POM for managing build and deployment 
configuration only. Project metadata must be
-    placed in the Amdatu Parent POM under pom/pom.xml.
-  -->
   <modules>
-    <module>amdatu-authorization</module>
+    <!-- AMDATU-157 buildsupport must be first in reactor -->
     <module>amdatu-buildsupport</module>
+    <module>amdatu-authorization</module>
     <module>amdatu-core</module>
     <module>amdatu-example</module>
     <module>amdatu-libraries</module>

Reply via email to