Author: jeffreyz Date: Fri Dec 20 21:33:11 2013 New Revision: 1552814 URL: http://svn.apache.org/r1552814 Log: HBASE-10195: mvn site build failed with OutOfMemoryError
Modified: hbase/branches/0.96/pom.xml Modified: hbase/branches/0.96/pom.xml URL: http://svn.apache.org/viewvc/hbase/branches/0.96/pom.xml?rev=1552814&r1=1552813&r2=1552814&view=diff ============================================================================== --- hbase/branches/0.96/pom.xml (original) +++ hbase/branches/0.96/pom.xml Fri Dec 20 21:33:11 2013 @@ -1916,6 +1916,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> + <configuration> + <maxmemory>2048m</maxmemory> + </configuration> <reportSets> <reportSet> <id>devapi</id> <!-- full internal hbase api -->