Subject: How To Install Apache Maven on Ubuntu 16.04 Box
Author: Linux
Posted on: 10/28/2017 05:48:30 AM
Why Maven instead of Ant?
Convention over Configuration -- all Maven projects have a common structure, which makes it easier to understand each project.
Better dependency management -- Maven projects do not need to store third-party binary libraries in source control.
Easier to build huge project with multiple sub-projects.
Prerequisites
Java JDK installed and JAVA_HOME has been set up. Check here for details.
Replies:
References: