Skip to content

Commit

Permalink
Upgrade maven-surefire-plugin from 2.7.2 to 2.18.1
Browse files Browse the repository at this point in the history
 * 2.18.1 reports test failures much better, with a relevant
   part of stacktrace as well

 * using <runOrder> to make the tests more predictable
   (without the confi one test failing, likely because of some
   previous test did not properly clean-up after itself)
  • Loading branch information
Petr Široký committed May 31, 2016
1 parent ef2014f commit 18b6637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.2</version>
<version>2.18.1</version>
<configuration>
<runOrder>alphabetical</runOrder>
<childDelegation>true</childDelegation>
<systemProperties>
<property>
Expand Down

0 comments on commit 18b6637

Please sign in to comment.