我在命令行上通过mvn构建我的项目。
每当发生 checkStyle 错误时,我都会看到这种类型的输出:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-
plugin:2.4:checkstyle (default) on project myProject-server:
An error has occurred in Checkstyle report generation.
There are 2 checkstyle errors. -> [Help 1]
如何找出导致这些 CheckStyle 失败的代码行?