неділя, 15 лютого 2015 р.

How to install Maven

1. go to http://maven.apache.org/download.cgi
2. download apache-maven-3.2.5-bin.zip
3. unzip the archive to the C:\Program Files\Apache Software Foundation
4. go to Computer/Properties/Advanced system settings/Advanced/Environment variables
5. in User variables for test add new Variable Name M2_HOME with Variable value C:\Program Files\Apache Software Foundation\apache-maven-3.2.5
6.  in User variables for test add new Variable Name M2 with Variable value %M2_HOME%\bin
7.  in User variables for test edit Path by adding %M2_HOME%\bin
8. in cmd run command mvn --version

Немає коментарів:

Дописати коментар