You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2021/02/27 13:24:59 UTC

[axis-axis2-java-core] branch master updated: Retry failed downloads from Maven repositories

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 5da39a0  Retry failed downloads from Maven repositories
5da39a0 is described below

commit 5da39a0431f790182a8df5e0b34ecf64ec7f3889
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sat Feb 27 13:19:33 2021 +0000

    Retry failed downloads from Maven repositories
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b391f7c..7beb3d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,9 @@ on:
   pull_request:
     branches: [ '*' ]
 
+env:
+  MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3
+
 jobs:
   build:
     strategy: