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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 17ab641 Retry failed downloads from Maven repositories
17ab641 is described below
commit 17ab641352218f762adb018a273e8fe0fa1b3579
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Mar 29 22:57:00 2021 +0100
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 58fa126..01dc2b1 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: