Bumping up surefire plugin version

+ This should address the CI build JVM hang bug if we have a
  bad/failing testcase (like the recent jetty-proxy issues)
+ See bug https://issues.apache.org/jira/browse/SUREFIRE-524
This commit is contained in:
Joakim Erdfelt 2015-10-23 11:31:06 -07:00
parent c39bfa2e4a
commit 87cc795e88
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<version>2.19</version>
<configuration>
<argLine>-showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
<failIfNoTests>false</failIfNoTests>