You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wa...@apache.org on 2014/07/31 00:16:41 UTC

svn commit: r1614779 - /hadoop/common/trunk/hadoop-project-dist/pom.xml

Author: wang
Date: Wed Jul 30 22:16:40 2014
New Revision: 1614779

URL: http://svn.apache.org/r1614779
Log:
HADOOP-10910. Increase findbugs maxHeap size. (wang)

Modified:
    hadoop/common/trunk/hadoop-project-dist/pom.xml

Modified: hadoop/common/trunk/hadoop-project-dist/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project-dist/pom.xml?rev=1614779&r1=1614778&r2=1614779&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project-dist/pom.xml (original)
+++ hadoop/common/trunk/hadoop-project-dist/pom.xml Wed Jul 30 22:16:40 2014
@@ -100,6 +100,8 @@
         <artifactId>findbugs-maven-plugin</artifactId>
         <configuration>
           <excludeFilterFile>${basedir}/dev-support/findbugsExcludeFile.xml</excludeFilterFile>
+          <fork>true</fork>
+          <maxHeap>2048</maxHeap>
         </configuration>
       </plugin>
       <plugin>