Skip to content

Instantly share code, notes, and snippets.

@ahmadrosid
Created September 29, 2019 15:11
Show Gist options
  • Save ahmadrosid/4c26b0fda42d1124537112348d17b675 to your computer and use it in GitHub Desktop.
Save ahmadrosid/4c26b0fda42d1124537112348d17b675 to your computer and use it in GitHub Desktop.

Install Apache Maven

curl -O https://www-eu.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.zip
mv apache-maven-3.6.2-bin.zip /opt
unzip /opt/apache-maven-3.6.2-bin.zip
export PATH=/opt/apache-maven-3.6.2/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment