Maven 代理 settings.xml 被忽略

发布于 2024-10-14 18:28:29 字数 366 浏览 2 评论 0原文

也许有人可以帮助我解决以下问题:

我已经在 M 中声明了一个代理,如 maven - 配置代理

由于某种原因,代理被忽略,尽管在通过命令行设置代理时代理本身可以与 Maven 一起正常工作。

当像这样调用maven目标时,它起作用了:

mvn -DproxySet=true -DproxyHost=myproxy.com -DproxyPort=3128 eclipse:eclipse

对于这个问题有什么建议吗?

Maybe someone can help me with the following Problem:

I have declared a proxy in M as described at maven - Configuring a proxy.

For some reason the proxy is ignored, although the proxy itself works correctly with maven when setting the proxy via command line.

When calling the maven goal like this, it works:

mvn -DproxySet=true -DproxyHost=myproxy.com -DproxyPort=3128 eclipse:eclipse

Any suggestions for this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慈悲佛祖 2024-10-21 18:28:29

settings.xml 被忽略时,我倾向于首先检查

  • 当前 shell 会话中存在的
  • 环境变量 M2_HOME:是否引用父目录所述 settings.xml

mglauche 评论:

M2_HOME 应指定要使用的系统 settings.xml
您的用户设置仍然位于${home}/.m2/settings.xml中,它应该会覆盖系统设置中的所有内容。


对于 Maven Eclipse,如注释中提到的 mglauche ,在 Maven 首选项中指定完整路径:

eclipse maven 首选项

When settings.xml is ignored, I tend to check first if the environment variable M2_HOME:

  • exists in the current shell session
  • refers to the parent directory of said settings.xml

mglauche comments:

M2_HOME should specify the system settings.xml to use.
You still have your user settings in ${home}/.m2/settings.xml, which should overwrite anything in the system settings.


For Maven Eclipse, as mglauche mentions in the comments, specify the full path in the maven preferences:

eclipse maven preferences

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文