You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/12/31 20:07:32 UTC

svn commit: r1648767 - /maven/plugin-tools/trunk/pom.xml

Author: rfscholte
Date: Wed Dec 31 19:07:32 2014
New Revision: 1648767

URL: http://svn.apache.org/r1648767
Log:
Move maven-plugin-plugin to end, so all reactor projects are ready to be installed by the maven-invoker-plugin for the integration-tests

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=1648767&r1=1648766&r2=1648767&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Wed Dec 31 19:07:32 2014
@@ -63,7 +63,6 @@
   </prerequisites>
 
   <modules>
-    <module>maven-plugin-plugin</module>
     <module>maven-plugin-tools-generators</module>
     <module>maven-plugin-tools-api</module>
     <module>maven-plugin-tools-java</module>
@@ -74,6 +73,7 @@
     <module>maven-plugin-tools-beanshell</module>
     <module>maven-plugin-tools-model</module>
     <module>maven-script</module>
+    <module>maven-plugin-plugin</module>
   </modules>
 
   <scm>