August 2018
Intermediate to advanced
416 pages
12h 37m
English
You will need to add both the M2_HOME and MAVEN_HOME variables to your Windows environment using system properties, and you will need to point the environment variables to your Maven folder.
Update the PATH variable by appending the Maven bin folder, %M2_HOME%\bin, so that you can run the Maven executable anywhere in your system.
To verify that Maven is running correctly, run the following command in Command Prompt:
mvn --version
This command should display the current Maven version, Java version, and the operating system information.
Read now
Unlock full access