mvn Failed during checkstyle execution: There are errors reported by Checkstyle 6.2

简介: mvn Failed during checkstyle execution: There are errors reported by Checkstyle 6.2

具体错误:


[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

 


目录
相关文章
|
30天前
|
Java Maven
The goal you specified requires a project to execute but there is no POM in this directory
The goal you specified requires a project to execute but there is no POM in this directory
19 0
|
8月前
|
Java Maven
Maven报错 Error running ‘ [install]‘:No valid Maven installation found.maven不能用
Maven报错 Error running ‘ [install]‘:No valid Maven installation found.maven不能用
206 0
|
Java Maven
maven teavm-idea-artifacts: Command execution failed.: Process exited with an error: 1 Exit value: 1
maven teavm-idea-artifacts: Command execution failed.: Process exited with an error: 1 Exit value: 1
332 0
编译x264出现错误:No working C compiler found.
编译x264出现错误:No working C compiler found.
258 0
|
Java Maven
[ERROR] Failed to execute goal on project springcloud: Could not resolve dependencies for project co
[ERROR] Failed to execute goal on project springcloud: Could not resolve dependencies for project co
670 0
[ERROR] Failed to execute goal on project springcloud: Could not resolve dependencies for project co
|
Java Maven Android开发
eclipse新建maven项目:'Building' has encountered a problem. Errors occurred during the build.
eclipse新建maven项目:'Building' has encountered a problem. Errors occurred during the build.
711 0
eclipse新建maven项目:'Building' has encountered a problem. Errors occurred during the build.
|
Java Maven Android开发
Maven异常_06_ Unknown lifecycle phase "mvn"
一、异常现象 在eclipse中执行以下maven命令 时, mvn spring-boot:run 报出如下错误: Unknown lifecycle phase "mvn"   二、异常原因 当我们在eclipse中执行maven命令时,不需要加mvn;   三、解决方法 项目名右键 - > Run as - > maven build.
2773 0
mvn Failed during checkstyle execution: There are errors reported by Checkstyle 6.2
mvn Failed during checkstyle execution: There are errors reported by Checkstyle 6.2
304 0
Unknown lifecycle phase mvn
Unknown lifecycle phase mvn
343 0
|
Java Maven
How to fix My note local Maven build error due to Selenium dependency declaration
How to fix My note local Maven build error due to Selenium dependency declaration
How to fix My note local Maven build error due to Selenium dependency declaration