You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/19 15:21:11 UTC

svn commit: r1327943 - /commons/proper/imaging/trunk/pom.xml

Author: ggregory
Date: Thu Apr 19 13:21:10 2012
New Revision: 1327943

URL: http://svn.apache.org/viewvc?rev=1327943&view=rev
Log:
Add PMD/CPD report.

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

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1327943&r1=1327942&r2=1327943&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Thu Apr 19 13:21:10 2012
@@ -196,6 +196,14 @@
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.4.0</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.7.1</version>
+        <configuration>
+          <targetJdk>${maven.compile.target}</targetJdk>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>