Created
October 19, 2015 15:23
-
-
Save cjmatta/ee3b1c9bd6becba3478b to your computer and use it in GitHub Desktop.
Install Maven 1-liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mkdir /usr/local/apache-maven && curl http://mirror.metrocast.net/apache/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz | sudo tar zxvf - --strip 1 -C /usr/local/apache-maven && export M2_HOME=/usr/local/apache-maven && sudo ln -s /usr/local/apache-maven/bin/mvn /usr/local/bin/mvn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment