首页 > 代码库 > No valid Maven installation found. Either set the
No valid Maven installation found. Either set the
No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system.
最近接手了一个新的JAVA项目,在IDEA中配置好了Debug了,点击Debug,在控制台报错如下:
?
1
|
[FATAL_ERROR] Cannot start Maven: No valid Maven installation found. Either set the home directory in the <ahref=http://www.mamicode.com/"#">configuration dialog or set the M2_HOME environment variable on your system. >
|
我以前的项目都可以正常使用Maven,这个项目居然不能使用了,我的~/.zshrc一切配置都正常,真是奇怪了。后来去stackoverflow上查了下,原来是Mac的Shell环境变量未必能够被GUI应用读到。解决方法如下:
?
1
|
sudovim/etc/launchd.conf //一般Mac上默认是没有这个文件的
|
在这个文件中加上你的M2_HOME的配置:
?
1
|
setenv M2_HOME/usr/local/maven/apache-maven-3.2.1
|
然后你一定要重新启动Mac这个配置才会生效,重启之后Debug就正常了。
No valid Maven installation found. Either set the
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。