[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 <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2025-05-23 01:55:40 +08:00
parent fc654cfbd3
commit 873503e662
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -2246,7 +2246,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>