Open In App

How to Install Apache Maven on Windows?

Improve
Improve
Like Article
Like
Save
Share
Report

Apache Maven is an automation tool. The tool is written in Java. It was initially released on 13 July 2004. It is developed by the Apache software foundation. It is part of the Jakarta Project. It is working on two aspects: how software is built, and its dependencies. It was created by Jason van Zyl. It is built by using a plugin-based architecture that allows it to make the use of any application controllable by standard input. It dynamically downloads Java libraries. 

How to Install Maven on Windows

Follow the below steps to install Apache Maven on Windows:

Step 1: Download Maven Zip File and Extract

opening-website

1. Click on the Download button.

clicking-download

2. Click on the apache-maven-3.8.4-bin.zip button.

clicking-apache-maven-3.8.4-bin.zip

3. Now check for the executable file in downloads in your system

checking-executable-file

4.  Now right-click on the file and click on extract here to extract the file.

extracting-file

5. After extracting, you get the extracted folder.

extracted-folder-obtained

6. Now copy the extracted folder.

copying-extracted-folder

7.  Now paste the copy folder in your windows drive in the Program files folder.

pasting-folder

8. Now the Permission Windows appears to paste the folder in program files then click on “Continue”.

clicking-continue

9. Now open the folder apache maven.

opening-folder-apache-maven

10. Now after opening the folder then copy the address of the folder in program files.

copying-address

Step 2: Add MAVEN_HOME System Variable

1. Now click on Start Menu and search “Edit the system environment variables” and open it.

searching-edit-system-environment-variables

2. After opening System, Variable New window appears, and click on “Environment Variables…”

clicking-environment-variables

3. Now click on New under user variable.

selecting-new-under-user-variables

4. Now you can write any variable name and then paste the address we copy from program files in the variable value and then click on OK.

giving-variable-name

Step 3: Add MAVEN_HOME Directory in PATH Variable

1. Now go to the “System variables” Path option and double click on Path or Click on the Edit button.

editing-system-variables

2. Now click on New Button.

clicking-new-button

3. After New Paste the address we copy from program files to new.

pasting-address

4. After pasting the address add the \bin in the last and then click on OK.

adding-\bin

5. Now click on the OK button.

clicking-OK

6. Click on the OK button.

clicking-OK

Step 4: Verify Maven Installation

1.  Now your Apache Maven is installed on your computer. You may check by going to the “Start” menu typing Command Prompt. Open it.

checking-installed-apache-maven

2. When the Command Prompt opens, type mvn -version and click the enter button on the keyboard.

typing-mvn-version

3.  Now command prompt shows the version of Apache Maven installed on your windows.

Apache-maven-installed

You have successfully installed Apache Maven on your Windows 10 system.

FAQs On Maven Installation

1. Can you install Maven on Windows?

Yes, you can install Maven on Windows. To do follow the steps mentioned above.

2. What is Maven used for?

A build automation tool called Maven is mostly used for Java projects. Moreover, it can be used to create and oversee projects written in other languages including Scala, Ruby, and C#.

3. What is Maven tool in Java?

Maven is a build automation tool for Java projects. It is used to manage project dependencies, build the project, and generate reports.

4. What is POM XML?

The Apache Maven build automation tool uses a configuration file called a POM XML file, which is often referred to as a Project Object Model XML file.


Last Updated : 07 Nov, 2023
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads