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.

No comments:

Post a Comment