Apache Maven 3.8.1 Latest Version

Dhanuka lakshan
1 min readMay 27, 2021
https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.osgrove.com%2Fhow-to-install-apache-maven-on-centos-8-and-rhel-8%2F&psig=AOvVaw1tqpfEoRhtjOhTWeDSlyyk&ust=1622195113969000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCKCB9vLJ6fACFQAAAAAdAAAAABAJ

Apache maven is software management and comprehention tool used to primarily for java project.Honestly telling maven builds automation tool and then maven project hosted by Apache Software Foundation who is an American nonprofit corporation.Maven can be manage, build , reporting and documantaion froma cental piece of information and then I’m personaly like apache maven then we see how to install apache maven on linux.

First You should do updating the package index:

$sudo apt update

Next, install maven by typing following command:

$sudo apt install maven

Then verify the maven version

$mvn -version

Output should look something like this:

Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /opt/maven
Java version: 1.8.0_292, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-72-generic", arch: "amd64", family: "unix"

Congratulations! Now maven is installed on your system and you can use it then now started your journey. You need to more details follow the apache maven site: https://maven.apache.org/

--

--

Dhanuka lakshan

I’m a Software engineering student who is currently studying @Institute_of_Java And Software Engineering(IJSE), I like coding and learn about new tech.