Sunday, April 17, 2022

Installing Maven in AWS EC2 instances

 Following are the set of commands need to be executed sequentially to install maven.

  • 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

No comments:

Post a Comment