用myeclipse10建立maven工程时pom.xml报错 求解~~~

发布于 2021-11-28 15:08:59 字数 1446 浏览 783 评论 2

用MyEclipse10建立maven web工程的时候,POM.XML总是报错,错误信息如下。还请大神们帮帮忙啊~~ 小弟感激涕零!!

Multiple annotations found at this line:

- No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the 

repositories [local (C:UsersGuan Yang.m2repository), central (
http://repo1.maven.org/maven2)
]

- Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from http://

repo1.maven.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.plugins:maven-resources-plugin:pom:2.4.3 from/to central (
http://repo1.maven.org/maven2):
 null to 

http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-

plugin-2.4.3.pom

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

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

发布评论

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

评论(2

疾风者 2021-12-02 07:31:12

我也遇到了同样的问题,纠结了三天,今天早上把仓库里的东西都删掉了,再进入myeclipse下,选中项目,执行maven4Myeclipse-update.让它重新下载的仓库,就好了。

我认真看了下我的报错的英文,就是仓库里的有这个东西占着,不能执行更新,但又不匹配,就这。

落墨 2021-12-02 03:36:50

在项目目录下运行

mvn clean package -U

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