[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:
parent
fc654cfbd3
commit
873503e662
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user