aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2018-04-13 14:26:28 +0200
committerMorten Tokle <mortent@oath.com>2018-04-13 14:26:28 +0200
commit54c1b941ac566f682484ce87e3ca6cf8600aae82 (patch)
tree5ef96731935e05ca17e2018257a13899229630fc /parent
parent1006bc3a068c0c171c954eb0b4b935f793e5cef2 (diff)
Retry failed maven deployment
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 465771de9cf..7f22c5ccda4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -116,7 +116,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.5</version>
+ <version>2.8.1</version>
+ <configuration>
+ <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>