编译Spring Boot过程中,检查maven-checkstyle-plugin时,提示“[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-validation) on project spring-cloud-context: Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.18 with checkstyle.xml ruleset. -> [Help 1]”。
检查maven-checkstyle-plugin失败导致,经测试在x86架构的环境中存在同样问题,本文档不涉及提交代码,故可去掉该插件,避免问题。
vim pom.xml
./mvnw clean install -Dgpg.skip=true