Comments on How to Install Apache Maven on CentOS 7

Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects, but can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. In this tutorial, we will show you step-by-step how to install and configure Apache Maven on a CentOS 7 system.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Vasconcelos

It's working

By: Siarhei

 Thank you, very clear and helpful guide!

By: Darshan

Thank you it's worked.

By: Prasad

Thanks for the guide. A small correction ... Supply path to avoid error.

chmod +x /etc/profile.d/maven.sh

By: Chloe

I would add to visit http://www-us.apache.org/dist/maven/maven-3/ to find the latest version first before downloading.