This is an automated email from the ASF dual-hosted git repository.
tsoloschenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 97cf29aa80 fix: retries for wget
97cf29aa80 is described below
commit 97cf29aa80c80fb98dda3eca1dec9e8cbb58051c
Author: Tobias Soloschenko <[email protected]>
AuthorDate: Tue Jun 17 07:55:27 2025 +0200
fix: retries for wget
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bec2235623..684d95c160 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
- name: Install Maven
run: |
- wget
https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
+ wget --retry-connrefused -tries=5 --waitretry=5 --read-timeout=20
--timeout=15
https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz
- name: Cache Maven packages