Skip to content

Commit cf5feb6

Browse files
authored
Merge pull request #530 from axonivy/mvn-repo
Change maven repo
2 parents 30c1426 + 5f5c3bc commit cf5feb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/integration/openvscode-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update &&\
77
apt-get install openjdk-21-jdk -y
88

99
ARG MAVEN_VERSION=3.9.8
10-
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
10+
ARG BASE_URL=https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
1111

1212
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
1313
&& curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz \

0 commit comments

Comments
 (0)