From dc26b404145708239b1afe7907388a826b440f5f Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 6 May 2026 21:16:21 +0200 Subject: [PATCH] Add configuration for rerunning failing integration tests Why: - on CI we have many times problems with connection timeout - rerun failed tests can make less maintenance to manually rerun --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 9a5a9e8..01656c1 100644 --- a/pom.xml +++ b/pom.xml @@ -969,6 +969,7 @@ under the License. ../.. LATEST + 1 true 1.0.0 4.0.3 @@ -1177,6 +1178,7 @@ under the License. verify ${project.build.directory}/local-repo src/it/settings.xml + ${invoker.rerunFailingTestsCount} ${invoker.streamLogsOnFailures} */pom.xml