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)
Comments
It's working
Thank you, very clear and helpful guide!
Thank you it's worked.
Thanks for the guide. A small correction ... Supply path to avoid error.
chmod +x /etc/profile.d/maven.sh
I would add to visit http://www-us.apache.org/dist/maven/maven-3/ to find the latest version first before downloading.