Author: ggregory
Date: Thu Apr 28 21:44:24 2016
New Revision: 1741522

URL: http://svn.apache.org/viewvc?rev=1741522&view=rev
Log:
Pick up maven-surefire-plugin version from commons-parent 39 which is 2.81.1.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1741522&r1=1741521&r2=1741522&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Thu Apr 28 21:44:24 2016
@@ -268,12 +268,12 @@ file comparators, endian transformation
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.14.1</version>
         <configuration>
           <classpathDependencyExcludes>
             
<classpathDependencyExclude>xerces:xercesImpl</classpathDependencyExclude>
           </classpathDependencyExcludes>
-          <forkMode>pertest</forkMode>
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks> 
           <!-- limit memory size see IO-161 -->
           <argLine>-Xmx25M</argLine>
           <includes>


Reply via email to