-
checkstyle:check doesn’t use custom ruleset
Problem You use Checkstyle with custom rules in a Maven build. While the check via mvn install is performed with the custom ruleset, a check via mvn checkstyle:check or checkstyle:checkstyle is performed with the standard (Sun + Maven) ruleset. With some tinkering you can get it to check no rules, but not to use the custom ruleset.…