Xiang Fu
Ken Krugler
08/25/2021, 10:53 PM[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:53 min (Wall Clock)
[INFO] Finished at: 2021-08-25T15:44:48-07:00
[INFO] Final Memory: 169M/898M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (checkstyle) on project pinot-broker: You have 2 Checkstyle violations. -> [Help 1]
But what’s odd is if I run mvn checkstyle:checkstyle
from inside of the pinot-broker
directory, it reports no errors. And I don’t see any error reported when building pinot-broker in the build output. I do see things like
[WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] You have 252 Checkstyle violations.
in the build log for pinot-tools
Xiang Fu
Ken Krugler
08/26/2021, 12:22 AMmvn clean install -DskipTests -Pbin-dist -T 4 -Djdk.version=8
from the top when I hit this problem, yes