hurm. reading through the maven checkstyle plugin: https://maven.apache.org/plugins/maven-checkstyle-plugin/plugin-info.html
could we use checkstyle:check more broadly than we currently use checkstyle:checkstyle? It looks like check has a plain text output mode that would allow us to skip mucking about with html. On Tue, Oct 20, 2015 at 5:53 PM, Tony Kurc <trk...@gmail.com> wrote: > I'm struggling a bit to get checkstyle working locally on apache nifi. The > checkstyle rules are in the pom, which I think the checkstyle:checkstyle > goal doesn't "support", but checkstyle:check does. Are there some good > practices documented for where to put a checkstyle config in the source > tree and what to put in your pom for test-patch to be happy? > > Tony