Author: rmannibucau Date: Sun Jul 13 16:29:29 2014 New Revision: 1610248 URL: http://svn.apache.org/r1610248 Log: reuseForks in parent then we'll remove it module by module once all will be green
Modified: tomee/tomee/trunk/pom.xml Modified: tomee/tomee/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1610248&r1=1610247&r2=1610248&view=diff ============================================================================== --- tomee/tomee/trunk/pom.xml (original) +++ tomee/tomee/trunk/pom.xml Sun Jul 13 16:29:29 2014 @@ -334,6 +334,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <reuseForks>false</reuseForks> <!-- to be removed when all test lifecycles are fixed --> + </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId>