You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/05/24 00:02:59 UTC

svn commit: r1681387 - /maven/plugins/trunk/pom.xml

Author: hboutemy
Date: Sat May 23 22:02:59 2015
New Revision: 1681387

URL: http://svn.apache.org/r1681387
Log:
maven-invoker-plugin is is java-6 profile, remove it from Maven 3 profile

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1681387&r1=1681386&r2=1681387&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sat May 23 22:02:59 2015
@@ -80,7 +80,7 @@ under the License.
     <!-- <module>maven-gpg-plugin</module> -->
     <module>maven-help-plugin</module>
     <module>maven-install-plugin</module>
-    <!--Moved to maven-3 profile as a workaround for MNG-3814
+    <!-- Moved to java-6 profile because it requires Java 6
     <module>maven-invoker-plugin</module>-->
     <module>maven-jar-plugin</module>
     <module>maven-jarsigner-plugin</module>
@@ -139,7 +139,6 @@ under the License.
       </activation>
       <modules>
         <!--Moved to maven-3 profile as a workaround for MNG-3814 -->
-        <module>maven-invoker-plugin</module>
         <module>maven-project-info-reports-plugin</module>
         <module>maven-remote-resources-plugin</module>
         <!--Moved to maven-3 profile as they require Maven 3.0 -->