Increase maven-javadoc-plugin memory limit

Should address recent OutOfMemoryError seen on CloudBees.
This commit is contained in:
Andrew Gaul 2016-01-22 09:56:47 -08:00
parent a4b8a73790
commit fcfc94ef6c
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<quiet>true</quiet>
<maxmemory>256m</maxmemory>
<maxmemory>512m</maxmemory>
</configuration>
<reportSets>
<reportSet>