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 6ac3f6d commit fdd7258Copy full SHA for fdd7258
pom.xml
@@ -942,6 +942,19 @@
942
</build>
943
</profile>
944
945
+ <profile>
946
+ <id>rerun-tests</id>
947
+ <activation>
948
+ <property>
949
+ <name>env.CI</name>
950
+ <value>true</value>
951
+ </property>
952
+ </activation>
953
+ <properties>
954
+ <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
955
+ </properties>
956
+ </profile>
957
+
958
<profile>
959
<id>sequential-tests</id>
960
<build>
0 commit comments