gpt4 book ai didi

java - 无法创建maven项目

转载 作者:行者123 更新时间:2023-12-02 11:55:31 25 4
gpt4 key购买 nike

我想创建maven项目但失败了。我在网络中使用代理。我可以在浏览器中访问“https://repo.maven.apache.org/maven2”。错误显示:

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 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 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

我已经创建了setting.xml 并放入.m2 文件夹中。设置.xml 包含:

<proxies>
<proxy>
<id>myproxy</id>
<active>true</active>
<protocol>http</protocol>
<host>idnproxy.myproxy.asia</host>
<port>8080</port>
<username>c76266</username>
<password>Password09</password>
<nonProxyHosts>localhost|128.*.*.*|10.*.*.*|*.intranet.asia|*.group.local</nonProxyHosts>
</proxy>
</proxies>

此设置代理、端口、用户名和密码与我的浏览器中的设置相同,我可以运行互联网。我假设配置是正确的。如何解决这个问题?谢谢。

最佳答案

应该是settings.xml,而不是setting.xml

或者如果你确实想使用这个setting.xml,从命令行,将maven指向这个xml文件

mvn -s Full_PATH_TO_setting.xml install

关于java - 无法创建maven项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47631509/

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