How To Set Up MAVEN - up1/soa_group2 GitHub Wiki
Install Maven
- Go to Maven website
- Go to download page
- Download maven latest version
- Extract Maven zip file
Set Up MAVEN_HOME
- Open command line
- Type
"set MAVEN_HOME=<path of maven>;"
and enter - Type
" PATH=.;%MAVEN_HOME%\bin;%PATH%"
and enter