This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new cbded32822 [KYUUBI #7073] Retry 3 times on deploying to nexus
cbded32822 is described below

commit cbded32822078908d8e9f894ac04648a33514319
Author: Cheng Pan <[email protected]>
AuthorDate: Fri May 23 01:55:40 2025 +0800

    [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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 873503e662017bcae3367754cc70893aa9cd9ba4)
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bf8647eeb..c8a9543520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2224,7 +2224,9 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-deploy-plugin</artifactId>
-                        <inherited>true</inherited>
+                        <configuration>
+                            
<retryFailedDeploymentCount>3</retryFailedDeploymentCount>
+                        </configuration>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>

Reply via email to