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/05/03 15:57:36 UTC

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

Author: britter
Date: Sun May  3 13:57:36 2015
New Revision: 1677401

URL: http://svn.apache.org/r1677401
Log:
Remove report set configuration since pmd and cpd is the default value

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=1677401&r1=1677400&r2=1677401&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sun May  3 13:57:36 2015
@@ -250,14 +250,6 @@
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>pmd</report>
-              <report>cpd</report>
-            </reports>
-          </reportSet>
-        </reportSets>
       </plugin>
     </plugins>
   </reporting>