środa, 20 marca 2013

Maven Setup

Windows(7)

  1. Download required maven version form: http://maven.apache.org/download.cgi
  2. Unzip downloaded file to final destination.
  3. Add system variables:
    1.  Go to: Start -> Control Panel -> System ->Advanced system settings -> Enviroment variables ->New...
    2.  Type: variable name: M2_HOME, variable value: "unziped maven destination"
    3.  Edit 'Path' variable by adding to variable value: ;%M2_HOME%\bin
  4. 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