eclipse使用maven报错

Posted 学习写代码呀

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse使用maven报错相关的知识,希望对你有一定的参考价值。

打开项目pom文件报错空指针:

java.lang.NullPointerException 

at org.eclipse.wst.sse.ui.internal.contentou

看了很多解决方法,说是项目空间有问题,最简单的方法是删掉.metadata文件夹重启。

maven编译报错:

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (execution: default-compile, phase: compile)
CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: 。。。

解决:

查看eclipse配置的maven有没有问题:

MAVEN_HOME配置环境变量,cmd->mvn -v查看是否配置成功

eclipse->maven->installations设置maven->User Settings设置settings是否有问题

我的是maven没有配置环境变量

以上是关于eclipse使用maven报错的主要内容,如果未能解决你的问题,请参考以下文章

eclipse运行maven报错,怎么解决

eclipse创建maven工程选择maven-archetype-webapp后报错。

解决Maven依赖本地仓库eclipse报错的问题

eclipse中使用maven插件的时候,运行tomcat7:run的时候报错

Eclipse 编译 Maven 报错:Compilation failure: 不再支持目标选项 1.5。请使用 1.6 或更高版本

Eclipse下导入maven项目。最后报错。求解决方法