eclipse的springboot的pom.xml的plugin的两个报错
去网上找了好多资料,终于好了。
1、我首先解决了提示“Plugin execution not covered by lifecycle configuration”的报错。 我是借鉴了这个博主的文章,解压拿出来添加到生命周期管理的xml文件,添加xml文件里的那个版就是错误提示的那个版本,操作时提示里的操作。 (https://blog.csdn.net/xyr05288/article/details/79569183)
2、我有解决了“CoreException: Could not get the value for parameter compilerId for plugin execution default-compile”的报错,
我是借鉴了这个博主的文章, (https://blog.csdn.net/testcs_dn/article/details/38818581)
这个我是从寻找2.2文件夹那里看起的。这个我按照步骤,却没发现错误报错的插件文件夹,我想应该是镜像地址问题吧,
可是我打开了eclipse的window->preferences->Maven->User Settings,发现User Setting 是空的,
na就添加啊,点击Browse,打开Maven安装目录下的conf/,点击setting.xml,点击应用关闭就好了。
然后,修改“POM.xml”,随便在空白处添加或删除一个空格,保存文件,触发更新事件!
|