Skip to content

Commit

Permalink
including new version of Maven for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkp92 committed Jul 7, 2022
1 parent 5045e07 commit 8e40162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif
# download maven source file to current directory and change its name
install-maven:
@echo "Installing maven"
curl https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz > apache-maven.tar.gz
curl https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz > apache-maven.tar.gz
mkdir -p apache_maven
tar xzf apache-maven.tar.gz -C apache_maven --strip-components 1
rm -rf apache-maven.tar.gz
Expand Down

0 comments on commit 8e40162

Please sign in to comment.