Skip to content

Commit

Permalink
Bumping Surefire version and adding config to provide more heap durin…
Browse files Browse the repository at this point in the history
…g unit test exercise
  • Loading branch information
ajs6f committed Oct 25, 2013
1 parent e18ddb8 commit 4fb55c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -672,7 +672,10 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<version>2.16</version>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=512m</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit 4fb55c1

Please sign in to comment.