Wednesday, November 8, 2017

Maven Tutorial 02: How to install Maven on Windows?

The prerequisites for installing the Maven on Windows machine are:
  • Install JDK (1.7 or above)
  • Set JAVA_HOME and PATH system variables
Step:1 Download Apache Maven from here, unzip the downloaded file in required location as below


Step:2 Set the MAVEN_HOME environment variable


Step:3 Add MAVEN_HOME to PATH variable


Step:4 That's it, verify it with mvn -version command in the command prompt, if it is installed properly we should see maven version.

Hope this information is helpful to you. Please share it with your friends. Thanks!!

#HappyLearning #HappyTesting

3 comments:

DevOps 01: What is DevOps and How it benefits organizations?

DevOps is a culture in an organization, where the development team and operations team help each other by sharing information, process and t...