其他分享
首页 > 其他分享> > Plugin execution not covered by lifecycle configuration

Plugin execution not covered by lifecycle configuration

作者:互联网

自学springboot,创建好后pom.xml报错:Plugin execution not covered by lifecycle configuration,更新maven也不好使,
解决步骤如下:

1.进入【Window】-【Preferences】-【Maven】-【Lifecycle Mapping】如下图:
在这里插入图片描述
2.上图路径并不存在,到eclipse的安装目录下的plugins下的org.eclipse.m2e.lifecyclemapping.defaults_xxxxxx.jar文件中找到该文件并解压,解压后如下所示,也有可能不用解压,本身就是下图当中的样子:
在这里插入图片描述
3.将图中圈中的文件拷贝到第一张图的路径下,然后把未识别的插件在文件中加入即可:


org.springframework.boot
spring-boot-starter-parent
[1.5.6.RELEASE,)

javadoc






4.修改后更新maven项目即可:
在这里插入图片描述
想想

weixin_44900317 发布了31 篇原创文章 · 获赞 1 · 访问量 1068 私信 关注

标签:解压,文件,Plugin,boot,covered,execution,lifecycle
来源: https://blog.csdn.net/weixin_44900317/article/details/104551911