You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/05/16 09:06:17 UTC

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

Author: bayard
Date: Sat May 16 07:06:17 2009
New Revision: 775422

URL: http://svn.apache.org/viewvc?rev=775422&view=rev
Log:
Couple more reports - CPD and JavaNCSS because... why not?

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=775422&r1=775421&r2=775422&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat May 16 07:06:17 2009
@@ -477,6 +477,23 @@
           <minSeverity>info</minSeverity>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.3</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>pmd</report>
+              <report>cpd</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javancss-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
+      </plugin>
     </plugins>
   </reporting>