我下载了几种类型的微服务,最初运行mvn clean
和mvn install -DskipTests
。所有这些时间都是在构建失败之下发生的。
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.229 s
[INFO] Finished at: 2019-02-09T10:04:32+05:30
[INFO] Final Memory: 36M/130M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project invoice-microservice: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [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
我的Maven版本:Apache Maven 3.5.2
行家:/usr/share/maven
Java版本:10.0.2, vendor: Oracle Corporation
Java主页:/usr/lib/jvm/java-11-openjdk-amd64
默认语言环境:en_US, platform encoding: UTF-8
操作系统名称:"linux", version: "4.15.0-44-generic", arch: "amd64", family: "unix"