Comments on How to Install Apache Maven on Debian 10

Apache Maven is a build automation and software project management tool, mainly used for Java projects. In this tutorial, we will be installing Apache Maven on a Debian 10 system and testing it with a simple java application.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: wittiko

https://packages.debian.org/buster/maven

Why not use the Debian Packages?

apt install maven is enough.