Skip to content

Commit

Permalink
added permsize setting to argLine of the failsafe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Dec 17, 2013
1 parent f04e2ca commit c646a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -897,7 +897,7 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<argLine>${jacoco.agent.it.arg}</argLine>
<argLine>-XX:MaxPermSize=128m ${jacoco.agent.it.arg}</argLine>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit c646a09

Please sign in to comment.