Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-06-25 22:15:20 +0000
committerJoakim Erdfelt2014-06-25 22:29:18 +0000
commit728127dbb87161c44c862187f27d2697e8cd44a7 (patch)
treea3efd852083430eef3c71c2b3f80b3b94c563a75 /pom.xml
parenta746d78951a02b34f65e6d128e7d7f4cf62744b2 (diff)
downloadorg.eclipse.jetty.project-728127dbb87161c44c862187f27d2697e8cd44a7.tar.gz
org.eclipse.jetty.project-728127dbb87161c44c862187f27d2697e8cd44a7.tar.xz
org.eclipse.jetty.project-728127dbb87161c44c862187f27d2697e8cd44a7.zip
Marking surefie runMode to hopefully trigger more order dependent test failures
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6070878b39..4b0fbb59f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,9 +258,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.17</version>
<configuration>
<argLine>-showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
<failIfNoTests>false</failIfNoTests>
+ <runMode>random</runMode>
<systemProperties>
<!--
<property>

Back to the top