美文网首页
maven:Failed to execute goal org

maven:Failed to execute goal org

作者: 拄杖忙学轻声码 | 来源:发表于2021-08-26 11:43 被阅读0次

使用maven构建springboot项目,当我们把模块打包或者安装到本地库仓库的时候,控制台报如下异常:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cloud-common: Fatal error compiling

image.png

分析解决:
1、很明显是 maven的编译jdk版本和项目模块对应的jdk版本不一致造成的
2、只需要把maven的jdk版本和项目的jdk版本调整一致就ok了,如下:

image.png

相关文章

网友评论

      本文标题:maven:Failed to execute goal org

      本文链接:https://www.haomeiwen.com/subject/cldabltx.html