0% found this document useful (0 votes)
52 views3 pages

Steps To Installing Apache Maven

To install Apache Maven: 1. Download the Maven binary zip file from the Apache Maven website. 2. Extract the zip file and copy the "apache-maven-3.6.0-bin" folder to your computer. 3. Add the bin folder path to your system PATH environment variable so Maven commands can be run from any directory.

Uploaded by

ARK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views3 pages

Steps To Installing Apache Maven

To install Apache Maven: 1. Download the Maven binary zip file from the Apache Maven website. 2. Extract the zip file and copy the "apache-maven-3.6.0-bin" folder to your computer. 3. Add the bin folder path to your system PATH environment variable so Maven commands can be run from any directory.

Uploaded by

ARK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Steps to Installing Apache Maven:

Step 1:: Download the Maven Binary zip archive from this below link under Files Section.

https://maven.apache.org/download.cgi

Step 2:: Extract the downloaded zip and copy paste in any of your Drives.
Step 3:: Open the extracted “apache-maven-3.6.0-bin” folder and go to bin folder, copy the
path location

Eg: E:\ apache-maven-3.6.0\bin


Set the maven path as a environmental path variable
Step 4::
• Go to the below location in your machine.
→ Path: Control Panel\System and Security\System

• Click on “Advanced system settings” and click on Environment


Variables

Add the Maven path in the Path variable under the System Variables
→ Eg: E:\apache-maven-3.6.0\bin
For windows 7 version system add the path as given below

Note: Don’t delete the existing values from the Variable_Value. Add semi Colon(;) at the end & add
Maven path as mentioned in above pic.
Step 6:: Go to Command window and type mvn –version as a command and enter.
Confirm the installation with the below reference snap

You might also like