[1] Download MAVEN bin zip file
Binary zip archive | apache-maven-3.9.3-bin.zip |
[2] Unzip to the target folder
e.g. C:\Program Files\apache-maven-3.9.3
[3] Register Path To Windows Environment (Console Approach)
setx MAVEN_HOME -m "C:\Program Files\apache-maven-3.9.3"
setx -m PATH "%PATH%;%MAVEN_HOME%\bin";
Test configuration by checking maven version.
mvn --version
.
No comments:
Post a Comment