How to install Maven on Windows 10 step by step tutorial guide (with MAVEN_HOME)

preview_player
Показать описание
In this video, you will learn how to install Apache Maven on Windows OS step by step.

Here are the steps:
Pre-condition: JAVA jdk should be installed on machine.

2. Unzip the zip file from downloaded to suitable location on your machine

3. Set up environment variables: Add MAVEN_HOME variable and system path of the bin folder

4. Verify the installation by opening new command prompt window and type mvn --version and press enter key

5. You will see the Maven version along with JAVA version.

Maven is installed successfully, and you can use command prompt for your maven commands for example deploy, test, build, package, etc.

#maven #maventutorial #installation #config #windows #maven_home