gpt4 book ai didi

java - Maven 代理错误

转载 作者:太空宇宙 更新时间:2023-11-04 12:59:07 25 4
gpt4 key购买 nike

您好,我无法在我的机器中创建 Maven 项目。以下是我的配置

Eclipse Version: Mars.1 Release (4.5.1)
Maven Version: m2e, Maven Integration for Eclipse, 1.6.2

我是公司代理的幕后黑手。我尝试在 .m2 目录中配置设置文件,但它不起作用。下面是我的设置文件

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

<proxies>
<proxy>
<id>myproxy</id>
<active>true</active>
<protocol>http</protocol>
<host>XX.XX.XX.XX</host>
<port>8080</port>
<nonProxyHosts></nonProxyHosts>
<username>USERNAME</username>
<password>PASSWORD</password>
</proxy>
</proxies>

</settings>

我在 StackOverflow 上看到了很多关于这个问题的答案,我尝试过,但没有任何效果。我怀疑我的密码中有“@”字符,这会导致任何问题吗?我们还需要提供 USERNAME 作为 domain\USERNAME 还是仅提供 USERNAME ?以及如何在文件中同时提供 http 和 https ?

堆栈跟踪错误

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories.
Could not resolve artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0
Failure to transfer org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.archetypes:maven-archetype-webapp:pom:1.0 from/to central (https://repo.maven.apache.org/maven2): connect timed out

最佳答案

根据我的经验。

  1. “@”字符不是关键问题。因为我的密码也包含这个字符。
  2. 不需要添加域名
  3. 实际上也许你可以尝试这样的方式:

在IDE(例如:eclipse)中配置代理信息,而不是在settgins.xml中配置,这意味着删除maven设置文件中的所有配置

关于java - Maven 代理错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35077729/

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