Repository: archiva Updated Branches: refs/heads/master 822af43a4 -> 9d60ac383
Adding retry parameter for pom Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/122f5a6d Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/122f5a6d Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/122f5a6d Branch: refs/heads/master Commit: 122f5a6d51c14c94a3910ac283cc86de560f408c Parents: 822af43 Author: Martin Stockhammer <[email protected]> Authored: Fri Apr 28 00:31:57 2017 +0200 Committer: Martin Stockhammer <[email protected]> Committed: Fri Apr 28 00:31:57 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/122f5a6d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6846d3a..4cf72d3 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>
