Eclipse运行Maven命令时出现:-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME e
Posted Jim
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse运行Maven命令时出现:-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME e相关的知识,希望对你有一定的参考价值。
错误:
-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment variable and mvn script match.
这个错误是由于Maven版本与当前IDE不兼容导致的,解决方法如下:
1、Maven降级。
2、升级IDE。
3、可以尝试这个方法:
以上是关于Eclipse运行Maven命令时出现:-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME e的主要内容,如果未能解决你的问题,请参考以下文章
(已解决)eclipse使用mooctest插件时出现未在本机找到Maven配置
(已解决)eclipse使用mooctest插件时出现未在本机找到Maven配置
Eclipse运行Maven的SpringMVC项目Run on Server时出现错误:Error configuring application listener of class org.spr