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/07/05 20:41:46 UTC

svn commit: r674220 - /commons/sandbox/compress/trunk/pom.xml

Author: bayard
Date: Sat Jul  5 11:41:46 2008
New Revision: 674220

URL: http://svn.apache.org/viewvc?rev=674220&view=rev
Log:
Adding a commented out findbugs report to the pom

Modified:
    commons/sandbox/compress/trunk/pom.xml

Modified: commons/sandbox/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/pom.xml?rev=674220&r1=674219&r2=674220&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/pom.xml (original)
+++ commons/sandbox/compress/trunk/pom.xml Sat Jul  5 11:41:46 2008
@@ -127,6 +127,18 @@
           <headerFile>${basedir}/license-header.txt</headerFile>
         </configuration>
       </plugin>
+      <!-- Needs the memory settings of Maven to be increased: 
+           MAVEN_OPTS=" -Xmx1024m -Xms1024m -XX:MaxPermSize=512m"
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.2</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+       </configuration>
+      </plugin>
+      -->
     </plugins>
   </reporting>