Maven Setup
Windows(7)
- Download required maven version form: http://maven.apache.org/download.cgi
- Unzip downloaded file to final destination.
- Add system variables:
- Go to: Start -> Control Panel -> System ->Advanced system settings -> Enviroment variables ->New...
- Type: variable name: M2_HOME, variable value: "unziped maven destination"
- Edit 'Path' variable by adding to variable value: ;%M2_HOME%\bin
- You have to check if maven is available on your system enviroment now. Open Comand Line and type:
mvn -vThe result should be similar to that:
Linux
Brak komentarzy:
Prześlij komentarz