You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/01/19 19:06:47 UTC

svn commit: r1821694 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Fri Jan 19 19:06:47 2018
New Revision: 1821694

URL: http://svn.apache.org/viewvc?rev=1821694&view=rev
Log:
Make test execution deterministic.

Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1821694&r1=1821693&r2=1821694&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Fri Jan 19 19:06:47 2018
@@ -1400,6 +1400,8 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                    <!-- Make test execution deterministic -->
+                    <runOrder>alphabetical</runOrder>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <trimStackTrace>false</trimStackTrace>
                     <systemProperties>