- Download zip file of maven from https://maven.apache.org/download.cgi
- Unzip maven folder
- Copy maven folder to C:\Program Files\
- Go to path C:\Program Files\apache-maven-3.3.9, copy that
- Open my computer-> system properties ->Advanced system properties ->environment variable
- Set java home if not set
- Set MAVEN_HOME=C:\Program Files\apache-maven-3.3.9
- Add maven home to system path: %MAVEN_HOME%\bin;
- Apply and check with console if maven is install.: mvn -version
No comments:
Post a Comment