Eclipse遇到的问题
Posted huashengweilong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse遇到的问题相关的知识,希望对你有一定的参考价值。
前言:
1,导入maven项目有红叉
2,pom.xml出错
正文:
1,导入maven项目有红叉
右键项目 → maven → update project
2,pom.xml出错:error:Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (execution: node, phase: compile)
方法1:命令行窗口:mvn clean → mvn eclipse:clean → mvn eclipse:eclipse
方法2:windows->Preferences->Maven->Error/Warnings下Ignore掉这个 plugin execution错误
参考博客:
eclipse导入maven项目有红叉及pom.xml出错的问题的解决 - Jennifer Bai - CSDN博客
https://blog.csdn.net/baijingfeng_1/article/details/79507931
以上是关于Eclipse遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章