Author: rfscholte
Date: Wed Jul  1 19:35:07 2015
New Revision: 1688711

URL: http://svn.apache.org/r1688711
Log:
Module maven-plugins also requires Maven3 due to maven-scm-publish-plugin

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1688711&r1=1688710&r2=1688711&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Jul  1 19:35:07 2015
@@ -55,7 +55,6 @@ under the License.
   </build>
 
   <modules>
-    <module>maven-plugins</module>
     <module>maven-acr-plugin</module>
     <module>maven-ant-plugin</module>
     <module>maven-antrun-plugin</module>
@@ -137,6 +136,7 @@ under the License.
         <jdk>[1.5,)</jdk>
       </activation>
       <modules>
+        <module>maven-plugins</module>
         <!--Moved to maven-3 profile as a workaround for MNG-3814 -->
         <module>maven-project-info-reports-plugin</module>
         <module>maven-remote-resources-plugin</module>


Reply via email to