Install Apache Maven (Java Project Manager) from NPM
mvn --version
- First time, you must install JDK and config your
Environment Variables
with var:JAVA_HOME
, this is path of your JDK folder. like me:C:\Program Files\Java\jdk1.8.0_102
npm install mvn -g
- Of cource, you must install JDK too. And check your environment variable value:
echo $JAVA_HOME
if exist, it's okie! npm install mvn -g
You can search repo at: http://mvnrepository.com
MIT