Monday, May 29, 2017

MAVEN installation on WINDOW


  1. Download zip file of  maven from https://maven.apache.org/download.cgi
  2. Unzip maven folder
  3. Copy maven folder to C:\Program Files\
  4. Go to path C:\Program Files\apache-maven-3.3.9, copy that
  5. Open my computer-> system properties ->Advanced system properties ->environment variable
  6. Set java home if not set
  7. Set MAVEN_HOME=C:\Program Files\apache-maven-3.3.9


  8. Add maven home to system path:  %MAVEN_HOME%\bin;
  9. Apply and check with console if maven is install.: mvn -version

No comments:

Post a Comment