August 2018
Intermediate to advanced
416 pages
12h 37m
English
If you have the Chocolatey package manager already installed at Chocolatey installation (https://chocolatey.org/install), then you can simply run the following command:
choco install maven
You can also download the Maven binary executable from the Maven install page (https://maven.apache.org/install.html) and you will need to additionally find the value of the Java environment variable. You can find this by running the following command in Command Prompt:
echo %JAVA_HOME%
Then you will need to run add this Maven binary executable to the Windows path by doing the following:
Read now
Unlock full access