October 2014
Intermediate to advanced
228 pages
5h 5m
English
Perform the following steps to install Maven on your system:
M2_HOME.mvn is available on the terminal:c:\devtools\apache-maven-3.2.3 on Windows, or /Users/bayo/devtools/apache-maven-3.2.3 on Unix/Mac OS, you will proceed with the following steps:set M2_HOME=c:\devtools\apache-maven-3.2.3 set PATH=%PATH%;%M2_HOME%\bin;
export M2_HOME=/Users/bayo/devtools/apache-maven-3.2.3 ...
Read now
Unlock full access