Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markchou/456f357008d5f210fb0269f6d2ba959f to your computer and use it in GitHub Desktop.
Save markchou/456f357008d5f210fb0269f6d2ba959f to your computer and use it in GitHub Desktop.
Install Maven with Yum on Amazon Linux
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