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/08 21:11:41 UTC

svn commit: r1672149 - /commons/proper/lang/trunk/pom.xml

Author: britter
Date: Wed Apr  8 19:11:40 2015
New Revision: 1672149

URL: http://svn.apache.org/r1672149
Log:
PMD and CPD is the standard reportset that will be created

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1672149&r1=1672148&r2=1672149&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Apr  8 19:11:40 2015
@@ -637,14 +637,6 @@
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>pmd</report>
-              <report>cpd</report>
-            </reports>
-          </reportSet>
-        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>