Skip to content

Commit

Permalink
Download Maven from Maven Central
Browse files Browse the repository at this point in the history
Maven deleted older binaries from their CDN, so the download was
failing. Maven Central seems it'll be more stable.
  • Loading branch information
ejona86 committed Jun 9, 2023
1 parent 51e7f63 commit 0e34593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/grpc-java-artifacts/Dockerfile
Expand Up @@ -20,6 +20,6 @@ RUN yum install -y \
yum clean all

# Install Maven
RUN curl -Ls http://dlcdn.apache.org/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | \
RUN curl -Ls https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.tar.gz | \
tar xz -C /var/local
ENV PATH /var/local/apache-maven-3.3.9/bin:$PATH

0 comments on commit 0e34593

Please sign in to comment.