Author: sslavic
Date: Fri Aug 30 10:11:36 2013
New Revision: 1518928
URL: http://svn.apache.org/r1518928
Log:
Removed redundant parallel=classes, and thread count from maven-surefire-plugin
configuration, having forkCount > 1 and reuseForks set to false has same effect
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1518928&r1=1518927&r2=1518928&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Aug 30 10:11:36 2013
@@ -623,9 +623,6 @@
<configuration>
<forkCount>1.5C</forkCount>
<reuseForks>false</reuseForks>
- <threadCount>1</threadCount>
- <perCoreThreadCount>false</perCoreThreadCount>
- <parallel>classes</parallel>
<argLine>-Xmx512m</argLine>
<testFailureIgnore>false</testFailureIgnore>
<redirectTestOutputToFile>true</redirectTestOutputToFile>