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 664d788 commit b55f906Copy full SHA for b55f906
pom.xml
@@ -263,6 +263,13 @@
263
<detectOfflineLinks>false</detectOfflineLinks>
264
</configuration>
265
</plugin>
266
+ <plugin>
267
+ <groupId>org.apache.maven.plugins</groupId>
268
+ <artifactId>maven-surefire-plugin</artifactId>
269
+ <configuration>
270
+ <rerunFailingTestsCount>2</rerunFailingTestsCount>
271
+ </configuration>
272
+ </plugin>
273
</plugins>
274
</pluginManagement>
275
0 commit comments