gpt4 book ai didi

maven - mave 3.2 无法访问本地 nexus 实例返回 502 代码

转载 作者:行者123 更新时间:2023-12-01 14:40:59 30 4
gpt4 key购买 nike

访问本地主机中的本地 nexus 存储库时,返回代码为 502。

pom.xml 看起来像这样

<repositories>
<repository>
<id>nexus</id>
<name>nexusPublic</name>
<url>http://localhost:8081/nexus/content/groups/public/</url>
</repository>
</repositories>

最佳答案

致 OP 和任何可能通过谷歌来到这里的人(就像我一样):

我有同样的问题,我输入的项目使用了我们服务器上存储库中的一些 Artifact (通过 Archiva)。我可以从浏览器访问 jar,但 Maven 找不到它。

问题是我的公司使用代理,无法通过自己的代理连接到公司的服务器。我添加了 <nonProxyHosts>servername.dev.company.com</nonProxyHosts>到我的 Maven 配置 (.m2/settings.xml)。根据this answer ,在你的情况下它将是 <nonProxyHosts>*localhost*</nonProxyHosts> .

关于maven - mave 3.2 无法访问本地 nexus 实例返回 502 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25678807/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com