Installing Apache Maven

Installing Apache Maven is a simple process. First download the latest release of Apache Maven.

Note : Choose the “Binary zip archive

Maven – Download Apache Maven

unzip apache-maven-3.9.2-bin.zip

or

tar xzvf apache-maven-3.9.2-bin.tar.gz

Environment variable

Move the unzipped folder to C:\

Add the bin directory of the created directory apache-maven-3.9.2 to the PATH environment variable.

Test the installation

Confirm with mvn -v in a new shell. The result should look similar to

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *