Author: bayard
Date: Wed May 28 01:55:45 2008
New Revision: 660868

URL: http://svn.apache.org/viewvc?rev=660868&view=rev
Log:
Commenting out findbugs as it OOMs for me

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

Modified: commons/proper/cli/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=660868&r1=660867&r2=660868&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Wed May 28 01:55:45 2008
@@ -208,6 +208,7 @@
             <enableRulesSummary>false</enableRulesSummary>
           </configuration>
         </plugin>
+        <!--
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
@@ -217,6 +218,7 @@
             <effort>Default</effort>
          </configuration>
         </plugin>
+      -->
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>


Reply via email to