Static Code Analysis Tool

When I run

mvn clean install -P check

on an up-to-date fork of the openhab2-addons repo in my binding directory (using version 0.0.3 of the static analysis plugin), it appears the Checkstyle configuration from this tool is ignored. The checkstyle-result.xml file lands in target/ rather than target/code-analysis/ so target/code-analysis/report.html fails to generate.

Also, I see the following when I add ‘–debug’ to the mvn command above:

[DEBUG] request.getConfigLocation() sun_checks.xml

which makes me believe the rules.xml file from the jar is being ignored as well.

Am I not running this properly or is there something wrong with the tool?