Maven 代理 settings.xml 被忽略
也许有人可以帮助我解决以下问题:
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当
settings.xml
被忽略时,我倾向于首先检查M2_HOME
:是否引用父目录所述settings.xml
mglauche 评论:
对于 Maven Eclipse,如注释中提到的 mglauche ,在 Maven 首选项中指定完整路径:
When
settings.xml
is ignored, I tend to check first if the environment variableM2_HOME
:settings.xml
mglauche comments:
For Maven Eclipse, as mglauche mentions in the comments, specify the full path in the maven preferences: