Showing posts with label mvn. Show all posts
Showing posts with label mvn. Show all posts

Tuesday, March 26, 2019

Install maven (apache maven) in Linux


Check whether maven is installed or not,

# mvn version

Run below command to set repository,


Run below command to installed apache maven

# sudo yum install apache-maven

That’s it.