Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.
To install Maven on open this link Windows 10 follow below steps:
Step 1: Download file with bin.zip
Step 2: Download will start, check on bottom left corner.
Step 3: Extract the file
Step 4: Right click and copy the folder
Step 5: Copy path of maven bin from address bar
Step 6: Navigate to Control Panel ->System
Step 7: Click on Advance System Settings
Step 8: Click on environment variable.
Step 9: Click New. Then enter variable name: MAVEN_HOME and paste path copied above in variable value
Step 10: select PATH and click on edit
Step 11: Click New and type %MAVEN_HOME%\bin
Step 12: Save all setting by pressing OK for every window.
- Log in to post comments