-
-
Save manoshanmuga1992/0a3372c6fdb4ee5cfd9b50f339149d2d to your computer and use it in GitHub Desktop.
Install Maven with Yum on Amazon Linux
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 wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo | |
| sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo | |
| sudo yum install -y apache-maven | |
| mvn --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment