Skip to content

Commit

Permalink
Maven will download from Fizzed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Dec 9, 2023
1 parent e5a6949 commit 6e81891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/bootstrap-maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ echo "Installing Maven $MAVEN_VERSION..."
echo "Downloading Maven..."
# https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz
# https://archive.apache.org/dist/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.zip
wget --no-check-certificate -nc -P $DOWNLOAD_DIR "https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz"
#wget --no-check-certificate -nc -P $DOWNLOAD_DIR "https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz"
wget --no-check-certificate -nc -P $DOWNLOAD_DIR "https://dl.fizzed.com/maven/apache-maven-${MAVEN_VERSION}-bin.tar.gz"

tar zxvf $DOWNLOAD_DIR/apache-maven-$MAVEN_VERSION-bin.tar.gz

Expand Down

0 comments on commit 6e81891

Please sign in to comment.