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/02/25 10:57:56 UTC

svn commit: r747723 - /commons/sandbox/dbutils/bugfixing/pom.xml

Author: bayard
Date: Wed Feb 25 09:57:56 2009
New Revision: 747723

URL: http://svn.apache.org/viewvc?rev=747723&view=rev
Log:
Adding pmd, findbugs and cobertura plugins to the site

Modified:
    commons/sandbox/dbutils/bugfixing/pom.xml

Modified: commons/sandbox/dbutils/bugfixing/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/dbutils/bugfixing/pom.xml?rev=747723&r1=747722&r2=747723&view=diff
==============================================================================
--- commons/sandbox/dbutils/bugfixing/pom.xml (original)
+++ commons/sandbox/dbutils/bugfixing/pom.xml Wed Feb 25 09:57:56 2009
@@ -233,6 +233,25 @@
             <enableRulesSummary>false</enableRulesSummary>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>1.2</version>
+          <configuration>
+            <threshold>Normal</threshold>
+            <effort>Default</effort>
+         </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
       </plugins>
     </reporting>