You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/07/16 16:21:02 UTC

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

Author: dennisl
Date: Wed Jul 16 14:21:02 2014
New Revision: 1611019

URL: http://svn.apache.org/r1611019
Log:
Disable maven-pmd-plugin from the aggregator, because it requires Java 6. We need to discuss how to handle such plugins in Jenkins jobs.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1611019&r1=1611018&r2=1611019&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Jul 16 14:21:02 2014
@@ -74,7 +74,8 @@ under the License.
     <module>maven-linkcheck-plugin</module>
     <module>maven-patch-plugin</module>
     <module>maven-pdf-plugin</module>
-    <module>maven-pmd-plugin</module>
+    <!-- Disabled because it requires Java 6. We need to discuss how to handle such plugins in Jenkins jobs. -->
+    <!-- <module>maven-pmd-plugin</module> -->
     <!--Moved to maven-3 profile as a workaround for MNG-3814
     <module>maven-project-info-reports-plugin</module>-->
     <module>maven-rar-plugin</module>