Skip to content

Commit

Permalink
Updated Surefire so we can pass -Dsurefire.rerunFailingTestsCount=… t…
Browse files Browse the repository at this point in the history
…o try flaky-test-handler.
  • Loading branch information
jglick committed Feb 3, 2015
1 parent 3486acb commit 7dac409
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<artifactId>simple-maven-project-with-tests</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7dac409

Please sign in to comment.