mirror of https://github.com/apache/jclouds.git
Increase maven-javadoc-plugin memory limit
Should address recent OutOfMemoryError seen on CloudBees.
This commit is contained in:
parent
a4b8a73790
commit
fcfc94ef6c
|
@ -909,7 +909,7 @@
|
|||
<configuration>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<quiet>true</quiet>
|
||||
<maxmemory>256m</maxmemory>
|
||||
<maxmemory>512m</maxmemory>
|
||||
</configuration>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
|
Loading…
Reference in New Issue