Skip to content

Instantly share code, notes, and snippets.

@rpuglielli
Created August 14, 2018 02:12
Show Gist options
  • Save rpuglielli/7b0592602596705d7ee80f7364b35738 to your computer and use it in GitHub Desktop.
Save rpuglielli/7b0592602596705d7ee80f7364b35738 to your computer and use it in GitHub Desktop.
You can try this tutorial or look for oficial instructions: https://maven.apache.org/install.html
Download Apache Maven
https://maven.apache.org/download.cgi
Go to downloads dir
cd ~/Downloads
Unzip
tar xvf apache-maven-3.x.x-bin.tar.gz
Copy files to local dir
mv apache-maven-3.x.x /usr/local/
Go to bin dir
cd /usr/local/bin
Set mvn
sudo ln -s ../apache-maven-3.x.x/bin/mvn mvn
Now, try mvn
mvn -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment