Skip to content

Instantly share code, notes, and snippets.

@srujun
Forked from sebsto/gist:19b99f1fa1f32cae5d00
Created April 23, 2018 03:01
Show Gist options
  • Select an option

  • Save srujun/ebe13b28d649242d56aff32f21a9a119 to your computer and use it in GitHub Desktop.

Select an option

Save srujun/ebe13b28d649242d56aff32f21a9a119 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/7/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