File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -969,6 +969,7 @@ under the License.
969969 <!-- to be overridden -->
970970 <maven .site.path>../..</maven .site.path>
971971 <maven .site.path.suffix>LATEST</maven .site.path.suffix>
972+ <invoker .rerunFailingTestsCount>1</invoker .rerunFailingTestsCount>
972973 <invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
973974 <version .sisu-maven-plugin>1.0.0</version .sisu-maven-plugin>
974975 <version .plexus-utils>4.0.3</version .plexus-utils>
@@ -1177,6 +1178,7 @@ under the License.</licenseText>
11771178 <postBuildHookScript >verify</postBuildHookScript >
11781179 <localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
11791180 <settingsFile >src/it/settings.xml</settingsFile >
1181+ <rerunFailingTestsCount >${invoker.rerunFailingTestsCount} </rerunFailingTestsCount >
11801182 <streamLogsOnFailures >${invoker.streamLogsOnFailures} </streamLogsOnFailures >
11811183 <pomIncludes >
11821184 <pomInclude >*/pom.xml</pomInclude >
You can’t perform that action at this time.
0 commit comments