具体错误:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (validate) on project teavm-samples-benchmark: Failed during checkstyle execution: There are 716134 errors reported by Checkstyle 6.2 with ../../checkstyle.xml ruleset. -> [Help 1]
解决办法:
增加-Dcheckstyle.skip,如:
mvn \ -DskipTests \ -Dcheckstyle.skip \ clean \ install