遇见一个很奇怪的问题,项目能正常运行,但是install和打包不成功,后来在网上找了很久解决方案才解决。

原博客地址:https://blog.csdn.net/w19980426/article/details/81275461

1.进入本地仓库的repository\org\apache\maven\plugins文件下

Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources

2.删除所有plugin

3.重新进入项目clean 、install

Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources

相关文章:

  • 2022-01-31
  • 2023-03-20
  • 2021-07-18
  • 2021-07-07
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-04-12
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案