cmd中运行maven项目出现

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Hello: Fatal error compiling: 无效的目标发行版: 10 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

解决:
在pom.xml中添加如下配置代码:

org.apache.maven.plugins maven-compiler-plugin 1.8--换成自己的jdk版本就好 1.8--换成自己的jdk版本就好 删除repository 然后 重装,clean之后 再install后 target目录发生变化 项目可以依赖成功

但是执行mvn install时又出现以下错误:(但是结果可以运行成功)
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project HelloThere are test failures.

cmd中运行maven项目Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (defa

相关文章:

  • 2021-10-30
  • 2021-11-17
  • 2021-12-05
  • 2021-07-07
  • 2022-02-21
猜你喜欢
  • 2022-01-08
  • 2021-11-18
  • 2022-01-15
  • 2021-09-17
  • 2021-09-07
相关资源
相似解决方案