Skip to content

Install Maven

DBgit edited this page Jul 10, 2019 · 8 revisions

How to Install Apache Maven

Linux

Installing Maven on Debian using apt is a simple, straightforward process.

$ sudo apt update
$ sudo apt install maven

Verify the installation by typing:

$ mvn -version

The output should look something like this:

Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_181, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.9.0-8-amd64", arch: "amd64", family: "unix"

MacOS

Windows