From 873503e662017bcae3367754cc70893aa9cd9ba4 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 23 May 2025 01:55:40 +0800 Subject: [PATCH] [KYUUBI #7073] Retry 3 times on deploying to nexus ### Why are the changes needed? Retry on deploying failure to overcome the transient issues. ### How was this patch tested? Review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7073 from pan3793/deploy-retry. Closes #7073 f42bd663b [Cheng Pan] Retry 3 times on deploying to nexus Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 86e7628be..b13ab510f 100644 --- a/pom.xml +++ b/pom.xml @@ -2246,7 +2246,9 @@ org.apache.maven.plugins maven-deploy-plugin - true + + 3 + org.apache.maven.plugins