Repository: maven-surefire
Updated Branches:
  refs/heads/master 569724167 -> 8d88c2d66


fixed build


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f81de6f6
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/f81de6f6
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/f81de6f6

Branch: refs/heads/master
Commit: f81de6f6980cae357bfb4428cf6b5bb29597a6b0
Parents: 5697241
Author: Tibor Digana <tibo...@lycos.com>
Authored: Mon Mar 10 00:38:00 2014 +0100
Committer: Andreas Gudian <agud...@apache.org>
Committed: Tue Mar 11 19:30:37 2014 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml                              | 3 ++-
 .../src/test/resources/junit47-parallel/pom.xml                 | 5 -----
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f81de6f6/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml 
b/surefire-integration-tests/pom.xml
index ee15ac2..ca5ea58 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -96,7 +96,8 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>${shadedVersion}</version>
         <configuration>
-          <threadCount>1</threadCount>
+          <threadCount>2</threadCount>
+          <parallel>methods</parallel>
           <perCoreThreadCount>false</perCoreThreadCount>
           <forkMode>never</forkMode>
           <argLine>-Xmx512m -XX:MaxPermSize=356m</argLine>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/f81de6f6/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
----------------------------------------------------------------------
diff --git 
a/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml 
b/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
index 69a743d..b4baa02 100644
--- a/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit47-parallel/pom.xml
@@ -33,11 +33,6 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.version}</version>
-        <configuration>
-          <perCoreThreadCount>false</perCoreThreadCount>
-          <threadCount>4</threadCount>
-          <parallel>methods</parallel>
-        </configuration>
       </plugin>
     </plugins>
   </build>

Reply via email to