You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/20 19:09:36 UTC

svn commit: r1186925 - /commons/proper/functor/trunk/pom.xml

Author: simonetripodi
Date: Thu Oct 20 17:09:36 2011
New Revision: 1186925

URL: http://svn.apache.org/viewvc?rev=1186925&view=rev
Log:
added the PMD plugin

Modified:
    commons/proper/functor/trunk/pom.xml

Modified: commons/proper/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1186925&r1=1186924&r2=1186925&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Thu Oct 20 17:09:36 2011
@@ -146,6 +146,14 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.3</version>
         <configuration>