Install Apache Maven on Ubuntu
Maven is a build automation tool used primarily for Java projects. Maven addresses two aspects of building software: First, it describes how software is built, and second, it describes its dependencies.
To install Maven type the following commands in Terminal: