Skip to content

Commit

Permalink
Move PermGen setting to argLine property
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 14, 2016
1 parent 5a44833 commit d609e4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<java.level>6</java.level>
<!-- Use the same configuration than before. -->
<concurrency>2</concurrency>
<permgen.size>128m</permgen.size>
<permgen.size>160m</permgen.size>
<argLine>-XX:MaxPermSize=${permgen.size}</argLine>
<!-- TODO: Ongoing work on https://github.com/MarkEWaite/git-plugin/tree/master-findbugs-fixes. -->
<findbugs.failOnError>false</findbugs.failOnError>
Expand Down Expand Up @@ -58,9 +58,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-XX:MaxPermSize=160m -Djava.awt.headless=true</argLine>
</configuration>
</plugin>
<plugin>
<groupId>com.infradna.tool</groupId>
Expand Down

0 comments on commit d609e4c

Please sign in to comment.