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 2008/03/08 10:29:27 UTC

svn commit: r634914 - /commons/proper/codec/trunk/project.xml

Author: bayard
Date: Sat Mar  8 01:29:26 2008
New Revision: 634914

URL: http://svn.apache.org/viewvc?rev=634914&view=rev
Log:
Adding PMD/Findbugs

Modified:
    commons/proper/codec/trunk/project.xml

Modified: commons/proper/codec/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/project.xml?rev=634914&r1=634913&r2=634914&view=diff
==============================================================================
--- commons/proper/codec/trunk/project.xml (original)
+++ commons/proper/codec/trunk/project.xml Sat Mar  8 01:29:26 2008
@@ -243,5 +243,7 @@
       <report>maven-license-plugin</report>
       <report>maven-cobertura-plugin</report>
       <report>maven-jdiff-plugin</report>
+      <report>maven-pmd-plugin</report>
+      <report>maven-findbugs-plugin</report>
     </reports>
 </project>