-Dmaven.multiModuleProjectDirectory system propery is not set.
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了-Dmaven.multiModuleProjectDirectory system propery is not set.相关的知识,希望对你有一定的参考价值。
eclipse中使用maven插件的时候,运行run as maven build的时候报错
-Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.
直接的解决方法:使用低版本的maven
可以设一个环境变量M2_HOME指向你的maven安装目录
M2_HOME=D:\Apps\apache-maven-3.3.1
然后在Window->Preference->Java->Installed JREs->Edit
在Default VM arguments中设置
-Dmaven.multiModuleProjectDirectory=$M2_HOME
以上是关于-Dmaven.multiModuleProjectDirectory system propery is not set.的主要内容,如果未能解决你的问题,请参考以下文章