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 2007/11/09 09:22:00 UTC

svn commit: r593447 - /commons/proper/lang/trunk/project.xml

Author: bayard
Date: Fri Nov  9 00:21:42 2007
New Revision: 593447

URL: http://svn.apache.org/viewvc?rev=593447&view=rev
Log:
Turning on findbugs

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

Modified: commons/proper/lang/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/project.xml?rev=593447&r1=593446&r2=593447&view=diff
==============================================================================
--- commons/proper/lang/trunk/project.xml (original)
+++ commons/proper/lang/trunk/project.xml Fri Nov  9 00:21:42 2007
@@ -421,7 +421,7 @@
     </build>
     <reports>
       <!--report>maven-changes-plugin</report-->
-      <!--report>maven-findbugs-plugin</report-->
+      <report>maven-findbugs-plugin</report>
       <report>maven-checkstyle-plugin</report>
       <report>maven-javadoc-plugin</report>
       <report>maven-jdepend-plugin</report>