重装了eclipse,maven出错了,求助

发布于 2021-11-19 05:55:19 字数 927 浏览 795 评论 3

重装了eclipse4.3自带m2e,配置了本地maven,倒入原来的maven项目

pom.xml报错了

Failure to transfer org.apache.maven:maven-archiver:pom:2.4.1 from http://10.200.1.253:8080/nexus/content/groups/groupid was cached in the local repository, resolution will not be reattempted until the update interval of groupid has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven:maven-archiver:pom:2.4.1 from/to groupid (http://10.200.1.253:8080/nexus/content/groups/groupid): java.net.ConnectException: connection timed out to http://10.200.1.253:8080/nexus/content/groups/groupid/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom

“http://10.200.1.253:8080/nexus/content/groups/groupid”是我的私服仓库,这个链接用IE能访问

报的错是怎么回事?

新建maven工程,提示:

Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-webapp:RELEASE]


如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

百思不得你姐 2021-11-20 17:48:12

没懂啊 我原来的eclipse都没问题

狠疯拽 2021-11-20 11:13:04

没懂,我需要改什么?

奢望 2021-11-20 00:30:06

http://hi.baidu.com/danghj/item/8a18ed9984ed6588581461af

可以使用 $mvn archetype:generate -DarchetypeCatalog=internal archetypeCatalog表示插件使用的archetype元数据,默认值为remote,local,即中央仓库archetype元数据 (http://repo1.maven.org/maven2/archetype-catalog.xml)加上插件内置元数据的和 由于中央仓库的archetype太多,导致这个列表太长 因此自己指定仅用内置元数据(20个左右,好像),就可以解决你的烦恼了

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文