summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-04-28 00:31:57 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-04-28 00:31:57 +0200
commit122f5a6d51c14c94a3910ac283cc86de560f408c (patch)
treec07251b7bea109485def85d475f5e298eb3fc38d
parent822af43a4a66060898624388d15ec316c5154fb2 (diff)
downloadarchiva-122f5a6d51c14c94a3910ac283cc86de560f408c.tar.gz
archiva-122f5a6d51c14c94a3910ac283cc86de560f408c.zip
Adding retry parameter for pom
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6846d3a2d..4cf72d3a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1796,7 +1796,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<preparationGoals>${release.preparationGoals}</preparationGoals>
- <arguments>-Prelease</arguments>
+ <arguments>-Prelease -DretryFailedDeploymentCount=5</arguments>
</configuration>
</plugin>
<plugin>