eclipse中新建maven项目,出现

Could not calculate build plan :lugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of  its dependencies could not be resolved

解决办法:

删除maven本地库里面的org.apache.maven.plugins:maven-resources-plugin所在目录,让mavan重新下载这个包

例如:C:\Users\Administrator\.m2\repository\org\apache\maven\plugins(你自己的目录)所有文件。

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2021-10-07
  • 2022-12-23
  • 2021-05-14
  • 2021-07-22
  • 2022-12-23
猜你喜欢
  • 2021-05-25
  • 2022-12-23
  • 2021-07-24
  • 2021-12-04
  • 2022-12-23
  • 2022-01-14
相关资源
相似解决方案