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:17:16 UTC

svn commit: r1614780 - in /hadoop/common/branches/branch-2: ./ hadoop-project-dist/pom.xml

Author: wang
Date: Wed Jul 30 22:17:16 2014
New Revision: 1614780

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

Modified:
    hadoop/common/branches/branch-2/   (props changed)
    hadoop/common/branches/branch-2/hadoop-project-dist/pom.xml

Propchange: hadoop/common/branches/branch-2/
------------------------------------------------------------------------------
  Merged /hadoop/common/trunk:r1614779

Modified: hadoop/common/branches/branch-2/hadoop-project-dist/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-project-dist/pom.xml?rev=1614780&r1=1614779&r2=1614780&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project-dist/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project-dist/pom.xml Wed Jul 30 22:17:16 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>