You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2015/12/26 19:59:06 UTC

maven-surefire git commit: [SUREFIRE] run ITs in alphabetical order

Repository: maven-surefire
Updated Branches:
  refs/heads/master 7a43a87d7 -> c922c040b


[SUREFIRE] run ITs in alphabetical order


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

Branch: refs/heads/master
Commit: c922c040b7d461a352bcebf9f1c4e6805b470b88
Parents: 7a43a87
Author: Tibor17 <ti...@lycos.com>
Authored: Sat Dec 26 19:58:28 2015 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sat Dec 26 19:58:28 2015 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c922c040/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index cafb393..ff152d0 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -90,6 +90,7 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>2.12.4</version> <!-- ${shadedVersion}, but resolved due to http://jira.codehaus.org/browse/MRELEASE-799 -->
         <configuration>
+          <runOrder>alphabetical</runOrder>
           <threadCount>1</threadCount>
           <perCoreThreadCount>false</perCoreThreadCount>
           <forkMode>never</forkMode>