Increase maven-javadoc-plugin memory limit

Should address recent OutOfMemoryError seen on CloudBees.
This commit is contained in:
Andrew Gaul 2016-01-26 20:53:31 -08:00
parent 3872b57483
commit cf44ffd850
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<maxmemory>256m</maxmemory>
<maxmemory>512m</maxmemory>
<encoding>${project.build.sourceEncoding}</encoding>
<quiet>true</quiet>
<links>