Hello friends lets take a look at how to install maven in Windows.
- Download the Maven from the Maven website (link)
- Extract it to any folder, lets say E:/Maven
- It will get extracted as:
- Now after this you have to add 1 environment variables named MVN_HOME and attach %MVN_HOME%/bin in the PATH variable.(follow this)
- If everything goes well, on opening a new command window and typing mvn --version will return you something like this
Thanks
No comments:
Post a Comment