Skip to content

Commit

Permalink
Configure maven-deploy-plugin to retry on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 24, 2024
1 parent df21412 commit 8262ae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8262ae4

Please sign in to comment.