You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/07 19:59:40 UTC

svn commit: r1671899 - /commons/proper/cli/trunk/pom.xml

Author: britter
Date: Tue Apr  7 17:59:40 2015
New Revision: 1671899

URL: http://svn.apache.org/r1671899
Log:
Update pmd plugin version and configuration

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

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1671899&r1=1671898&r2=1671899&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Tue Apr  7 17:59:40 2015
@@ -266,12 +266,19 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7.1</version>
+        <version>3.4</version>
         <configuration>
-          <targetJdk>${maven.compiler.source}</targetJdk>
+          <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>pmd</report>
+              <report>cpd</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>