This guide describes how to install the Apache Maven build system on Ubuntu.
It assumes that the following guides have already been completed:
- Install Java JDKs: Describes how to install the Java JDKs.
Installing Maven
Installing Maven is simple, just run the following command:
$ sudo apt-get install maven