Print

Print


Author: [log in to unmask]
Date: Wed Dec 17 02:20:19 2014
New Revision: 1778

Log:
Use better fork settings for surefire.

Modified:
    java/trunk/pom.xml

Modified: java/trunk/pom.xml
 =============================================================================
--- java/trunk/pom.xml	(original)
+++ java/trunk/pom.xml	Wed Dec 17 02:20:19 2014
@@ -75,6 +75,8 @@
                 <version>2.16</version>
                 <configuration>
                     <aggregate>true</aggregate>
+                    <reuseForks>false</reuseForks>
+                    <forkCount>1</forkCount>
                 </configuration>
             </plugin>
             <!--