Skip to content

Commit

Permalink
Increase memory allocation for javadoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Taylor committed Jul 18, 2014
1 parent b55ad8a commit 69bdbac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
(NOTE: individual POMs can override specific settings). -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<minmemory>128m</minmemory>
<maxmemory>1g</maxmemory>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
Expand Down

0 comments on commit 69bdbac

Please sign in to comment.