以前写过关于maven的安装和报错Could not calculate build plan:Plugin org.apache.maven.plugins:2.6 or one of its dependencies could not be resolved: Failed ro read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6,想不到2022年了还遇到同样的报错……之前的解决办法还搞不掂……
友情链接之:
(1)maven安装 https://blog.csdn.net/JxufeCarol/article/details/104756679
(2)Eclipse创建maven项目报错Could not calculate build plan:Plugin org.apache.maven.plugins https://blog.csdn.net/weixin_38659265/article/details/88874111
网上目前最为常用的解决办法(三种):
(1)强行对project进行maven install或update project
(2)在eclipse中配置maven
(3)修改maven的仓库地址