Skip to content

Commit

Permalink
Enable retrying tests for Surefire and Failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 12, 2023
1 parent 7918883 commit c22a04f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,18 @@
</gpgArguments>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>2</rerunFailingTestsCount>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>2</rerunFailingTestsCount>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit c22a04f

Please sign in to comment.