Skip to content

Commit 15e2b9b

Browse files
committed
[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 f42bd66 [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 873503e) Signed-off-by: Cheng Pan <[email protected]>
1 parent e22a095 commit 15e2b9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,9 @@
21702170
<plugin>
21712171
<groupId>org.apache.maven.plugins</groupId>
21722172
<artifactId>maven-deploy-plugin</artifactId>
2173-
<inherited>true</inherited>
2173+
<configuration>
2174+
<retryFailedDeploymentCount>3</retryFailedDeploymentCount>
2175+
</configuration>
21742176
</plugin>
21752177
<plugin>
21762178
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)