Author: borges
Date: 2012-01-12 07:10:11 -0500 (Thu, 12 Jan 2012)
New Revision: 12016
Modified:
trunk/pom.xml
Log:
mvn: fix surefire-report version, stop forking jvm (as it seems to hit a surefire bug)
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-01-12 12:10:02 UTC (rev 12015)
+++ trunk/pom.xml 2012-01-12 12:10:11 UTC (rev 12016)
@@ -472,8 +472,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.11</version>
<configuration>
- <forkMode>always</forkMode>
-
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
+ <forkMode>once</forkMode>
<testFailureIgnore>true</testFailureIgnore>
<runOrder>alphabetical</runOrder>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
@@ -649,7 +648,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.11</version>
</plugin>
</plugins>
</reporting>