在需要身份验证的代理后面使用 Tycho
我需要在需要身份验证的防火墙后面使用适用于 Maven 的 Tycho 插件。解决方法如下:
https://issues.sonatype.org/browse/TYCHO-279
几乎可行,我只需要一种提供用户名和密码的方法。
有人可以帮忙吗?
I need to use the Tycho plug-in for Maven behind a firewall that requires authentication. The workaround here:
https://issues.sonatype.org/browse/TYCHO-279
Nearly works, I just need a way of providing a username and password.
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试添加
Try adding
您必须使用 -Dhttp.proxy.usr=NAME
不确定密码参数的名称...
You have to use -Dhttp.proxy.usr=NAME
Not sure about the name of the password parameter...
提供代理设置,包括您在 Maven 配置文件中的凭据,例如 /.m2/settings.xml
即使使用 NTLM-v2 代理,也适用于 Maven 3.3.3
Provide the proxy settings including your credentials inside the maven configuration file e.g. /.m2/settings.xml
Works for Maven 3.3.3 even with NTLM-v2 proxies