We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e295b6 commit df9faf4Copy full SHA for df9faf4
pom.xml
@@ -34,6 +34,12 @@
34
35
<build>
36
<plugins>
37
+ <plugin>
38
+ <artifactId>maven-surefire-plugin</artifactId>
39
+ <configuration>
40
+ <rerunFailingTestsCount>2</rerunFailingTestsCount>
41
+ </configuration>
42
+ </plugin>
43
<plugin>
44
<groupId>org.codehaus.mojo</groupId>
45
<artifactId>animal-sniffer-maven-plugin</artifactId>
0 commit comments