为了账号安全,请及时绑定邮箱和手机立即绑定

新建maven项目,pom.xml报错

错误1:Description    Resource    Path    Location    Type
CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: TypeNotPresentException: Type org.apache.maven.plugin.compiler.CompilerMojo not present: UnsupportedClassVersionError: org/apache/maven/plugin/compiler/CompilerMojo : Unsupported major.minor version 51.0    pom.xml    /ml-sj    line 42    Maven Project Build Lifecycle Mapping Problem

错误2:Description    Resource    Path    Location    Type
CoreException: Could not get the value for parameter compilerId for plugin execution default-testCompile: TypeNotPresentException: Type org.apache.maven.plugin.compiler.TestCompilerMojo not present: UnsupportedClassVersionError: org/apache/maven/plugin/compiler/TestCompilerMojo : Unsupported major.minor version 51.0    pom.xml    /ml-sj    line 42    Maven Project Build Lifecycle Mapping Problem

错误3:

Description    Resource    Path    Location    Type
org.apache.maven.archiver.MavenArchiver.getManifest(org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)    pom.xml    /ml-sj    line 1    Maven Configuration Problem


正在回答

3 回答

之前就试过了,不是这个原因。今天改用intellj IDEA  新建maven项目就很正常,没有出现任何异常。

0 回复 有任何疑惑可以回复我~

应该是pom文件中的依赖加载不到,报错

在setting.xml中配置一个镜像

<mirror> 

    <id>alimaven</id> 

    <name>aliyun maven</name> 

    <url>http://maven.aliyun.com/nexus/content/groups/public/</url> 

    <mirrorOf>central</mirrorOf> 

  </mirror> 

  </mirrors>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
项目管理利器——maven
  • 参与学习       173090    人
  • 解答问题       742    个

使用maven来构建和管理Java项目,从环境配置,到maven核心知识

进入课程

新建maven项目,pom.xml报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信