]> source.dussan.org Git - archiva.git/commitdiff
Adding retry parameter for pom
authorMartin Stockhammer <martin_s@apache.org>
Thu, 27 Apr 2017 22:31:57 +0000 (00:31 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Thu, 27 Apr 2017 22:31:57 +0000 (00:31 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6846d3a2d46ed767a53bb056eade4426e92aca78..4cf72d3a567dadc7dd03a1d65e9f540b9201e2a7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>deploy</goals>
             <preparationGoals>${release.preparationGoals}</preparationGoals>
-            <arguments>-Prelease</arguments>
+            <arguments>-Prelease -DretryFailedDeploymentCount=5</arguments>
           </configuration>
         </plugin>
         <plugin>