Author: hboutemy
Date: Sun May 13 21:38:00 2012
New Revision: 1337986

URL: http://svn.apache.org/viewvc?rev=1337986&view=rev
Log:
reworked modules order for better documentation

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1337986&r1=1337985&r2=1337986&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun May 13 21:38:00 2012
@@ -123,9 +123,9 @@
   </prerequisites>
 
   <modules>
-    <module>maven-plugin-tools-api</module>
-    <module>maven-plugin-tools-generators</module>
     <module>maven-plugin-plugin</module>
+    <module>maven-plugin-tools-generators</module>
+    <module>maven-plugin-tools-api</module>
     <module>maven-plugin-tools-java</module>
     <module>maven-plugin-tools-javadoc</module>
     <module>maven-plugin-annotations</module>


Reply via email to