Created
May 10, 2016 05:53
-
-
Save avtaniket/a6441ae508b2a3bfb67883c906a3e23a to your computer and use it in GitHub Desktop.
Installing Apache Maven
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
| Download bin, extract archive and add bin folder to the PATH | |
| $ wget http://mirror.fibergrid.in/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip | |
| $ unzip apache-maven-3.3.9-bin.zip | |
| $ export PATH=$PATH:/opt/apache-maven-3.3.9/bin | |
| $ mvn -v | |
| For more info, visit http://maven.apache.org/install.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment