You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/11/15 19:18:53 UTC

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

Author: khmarbaise
Date: Sun Nov 15 18:18:53 2015
New Revision: 1714483

URL: http://svn.apache.org/viewvc?rev=1714483&view=rev
Log:
Moved maven-jar-plugin to java 6 profile cause we start with Java 6.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1714483&r1=1714482&r2=1714483&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sun Nov 15 18:18:53 2015
@@ -80,7 +80,7 @@ under the License.
     <module>maven-install-plugin</module>
     <!-- Moved to java-6 profile because it requires Java 6
     <module>maven-invoker-plugin</module>-->
-    <module>maven-jar-plugin</module>
+    <!-- <module>maven-jar-plugin</module> -->
     <module>maven-jarsigner-plugin</module>
     <module>maven-javadoc-plugin</module>
     <module>maven-linkcheck-plugin</module>
@@ -111,6 +111,7 @@ under the License.
         <module>maven-doap-plugin</module>
         <module>maven-pmd-plugin</module>
         <module>maven-invoker-plugin</module>
+        <module>maven-jar-plugin</module>
       </modules>
       <activation>
         <jdk>[1.6,)</jdk>