diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-02 12:41:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-02 12:41:06 +0200 |
commit | 8f3f017bfcd3bea852c20fa2e2ab583c203032ad (patch) | |
tree | fbe96422e8e022ea5fcf3a115d041e818d4c55ab /pom.xml | |
parent | 25aff31415d701722fc42d69862a8b9e9ba4cae6 (diff) | |
download | sonarqube-8f3f017bfcd3bea852c20fa2e2ab583c203032ad.tar.gz sonarqube-8f3f017bfcd3bea852c20fa2e2ab583c203032ad.zip |
Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property runOrder=random
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -259,7 +259,7 @@ <!-- not thread safe --> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-dev-maven-plugin</artifactId> - <version>1.2</version> + <version>1.3.2</version> </plugin> <plugin> <groupId>org.codehaus.sonar</groupId> @@ -448,6 +448,12 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <runOrder>random</runOrder> + </configuration> + </plugin> </plugins> </build> |