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/22 11:52:22 UTC

svn commit: r639971 - /commons/proper/cli/trunk/project.xml

Author: bayard
Date: Sat Mar 22 03:52:20 2008
New Revision: 639971

URL: http://svn.apache.org/viewvc?rev=639971&view=rev
Log:
Enabling checkstyle/findbugs. Not sure why checkstyle isn't picking up the config

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

Modified: commons/proper/cli/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/project.xml?rev=639971&r1=639970&r2=639971&view=diff
==============================================================================
--- commons/proper/cli/trunk/project.xml (original)
+++ commons/proper/cli/trunk/project.xml Sat Mar 22 03:52:20 2008
@@ -195,13 +195,13 @@
   <reports>
     <report>maven-changes-plugin</report>
     <report>maven-jdepend-plugin</report>
-    <!--report>maven-checkstyle-plugin</report-->
+    <report>maven-checkstyle-plugin</report>
     <report>maven-javadoc-plugin</report>
     <report>maven-jdepend-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-jxr-plugin</report>
     <report>maven-license-plugin</report>
     <report>maven-pmd-plugin</report>
-    <!--report>maven-findbugs-plugin</report-->
+    <report>maven-findbugs-plugin</report>
   </reports>
 </project>