HBASE-10195: mvn site build failed with OutOfMemoryError

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jeffreyz 2013-12-20 21:27:32 +00:00
parent 4acb881d78
commit d9e510d284
1 changed files with 3 additions and 0 deletions

View File

@ -1954,6 +1954,9 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version> <version>2.9.1</version>
<configuration>
<maxmemory>2048m</maxmemory>
</configuration>
<reportSets> <reportSets>
<reportSet> <reportSet>
<id>devapi</id> <!-- full internal hbase api --> <id>devapi</id> <!-- full internal hbase api -->