gpt4 book ai didi

java - maven没有被代理授权

转载 作者:行者123 更新时间:2023-12-01 20:07:57 25 4
gpt4 key购买 nike

我有一个项目专家。我有一个代理。

我的settings.xml maven代理是

<proxy>
<active>true</active>
<protocol>http</protocol>
<host>proxy1.marm.es</host>
<port>3128</port>
</proxy>
<proxy>
<active>true</active>
<protocol>https</protocol>
<host>proxy1.marm.es</host>
<port>3128</port>
<nonProxyHosts>https://repo.maven.apache.org/maven2</nonProxyHosts>
</proxy>
</proxies>

我运行 mvn -e install

我收到错误

Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:1.5.9.RELEASE from/to central (https://repo.maven.apache.org/maven2): Not authorized by proxy

如何在 settings.xml 中配置代理?

最佳答案

您需要提供用户名密码..

<username>proxyuser</username>
<password>somepassword</password>

关于java - maven没有被代理授权,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58974808/

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