标签:
1、新建
%MAVEN_HOME%
D:\installjava\maven\apache-maven-3.3.9
2、修改PATH
%MAVEN_HOME%\bin
3、CMD
mvn -v
ECLIPSE: -Dmaven.multiModuleProjectDirectory system propery is not set
In Eclipse
you need to go like this.
Window-> Preference -> Java -> Installed JREs -> Edit
In the edit Default VM arguments
you need to put
If you already set the maven home.
-Dmaven.multiModuleProjectDirectory=$M2_HOME
ECLIPSE: -Dmaven.multiModuleProjectDirectory system propery is not set
标签:
原文地址:http://www.cnblogs.com/eaysun/p/5658609.html