Design a site like this with WordPress.com
Get started

How to install Maven on Windows Machine

  • Download zip file and unzip it from below location

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

  • Add JAVA_HOME and MAVEN_HOME in environment variable.

For java installation follow below links

Install Java
Install java with exe
  • Add maven path in environment variable

Choose options based on your need .Most of types in secure environment like company you only have access to variable linked to your account only.

  • Verify Maven
  • Open Command prompt and type “mvn -version
Advertisement