您的位置:首页 > 运维架构 > Apache

Eclipse新建Maven Module模块出现:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2

2018-02-25 13:36 926 查看
错误如下:
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-war-plugin:jar:2.2...
解决方法:
1、项目右键->【Maven】->【Update Project...】
把这个选上,最后点击【OK】进行升级



2、可以尝试把C:\Users\用户名\.m2\repository\org\apache\maven\plugins\maven-deploy-plugin目录删除。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐