This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit cf320ec4e4f27f65194498e068ff930c8841f5bc Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Sep 24 15:11:27 2024 +0100 Configure maven-deploy-plugin to retry on failure --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 14429a4e44..d4dd8ac3ad 100644 --- a/pom.xml +++ b/pom.xml @@ -391,6 +391,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>${maven-deploy-plugin.version}</version> + <configuration> + <retryFailedDeploymentCount>10</retryFailedDeploymentCount> + </configuration> </plugin> <plugin>