什么是“$ {env.M2_HOME}”,如何设置?

时间:2014-11-13 18:32:24

标签: maven

我在尝试进行maven构建时遇到此错误:

[INFO] An Ant BuildException has occured: The following error occurred while executing this line:
C:\[[project]]\build.xml:17:
 settingsFile does not exist: C:\[[project]]\${env.M2_HOME}\conf\settings.xml

这和M2一样吗?好吗?由于我公司的愚蠢的IT安全策略,当我无法访问环境变量时,如何设置它?是否可以使用IntelliJ IDEA在项目中进行设置?

1 个答案:

答案 0 :(得分:1)

它是M2_HOME环境变量。

export M2_HOME=/path/to/maven

或者因为你在Windows上(对不起):

set M2_HOME=c:/path/to/maven