You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2012/05/22 14:05:55 UTC

svn commit: r1341429 - /maven/shared/trunk/maven-runtime/pom.xml

Author: markh
Date: Tue May 22 12:05:54 2012
New Revision: 1341429

URL: http://svn.apache.org/viewvc?rev=1341429&view=rev
Log:
Removed maven-pmd-plugin Java5 configuration now it's the default in maven-parent

Modified:
    maven/shared/trunk/maven-runtime/pom.xml

Modified: maven/shared/trunk/maven-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=1341429&r1=1341428&r2=1341429&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Tue May 22 12:05:54 2012
@@ -139,14 +139,6 @@
           </links>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.4</version>
-        <configuration>
-          <targetJdk>1.5</targetJdk>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>