Step 1: Add maven to the yum libraries:
wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
Step 2: Install maven using the following command :
sudo yum install apache-maven
Done!
Check if maven installed correctly
mvn -version
No comments:
Post a Comment