Monday, April 23, 2018

Install Maven in CentOS 7


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

5 Strategies for Getting More Work Done in Less Time

Summary.    You’ve got more to do than could possibly get done with your current work style. You’ve prioritized. You’ve planned. You’ve dele...