HADOOP-14644. Increase max heap size of Maven javadoc plugin. Contributed by Andras Bokor.

This commit is contained in:
Andrew Wang 2017-07-31 15:09:34 -07:00
parent a7d858668a
commit 2be9412b73
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<maxmemory>512m</maxmemory>
<maxmemory>768m</maxmemory>
<quiet>true</quiet>
<verbose>false</verbose>
<source>${maven.compile.source}</source>