Skip to content

Commit 873503e

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]>
1 parent fc654cf commit 873503e

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
@@ -2246,7 +2246,9 @@
22462246
<plugin>
22472247
<groupId>org.apache.maven.plugins</groupId>
22482248
<artifactId>maven-deploy-plugin</artifactId>
2249-
<inherited>true</inherited>
2249+
<configuration>
2250+
<retryFailedDeploymentCount>3</retryFailedDeploymentCount>
2251+
</configuration>
22502252
</plugin>
22512253
<plugin>
22522254
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)