I would try configuring sourceDirectories with the base directory of the project.
see https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html#sourceDirectories Though there may be better ways to check eol than checkstyle which is specific to java. On Wed, Jan 13, 2016 at 6:36 PM, John Vines <[email protected]> wrote: > Usage question for maven checkstyle- > Is there a way to have it work at the project root of a module, rather then > at the src level? I'm trying to ensure that there are no CRLFs for > non-binary files and it works fine for things under src, but I can't get it > to detect files outside that dir. > > Thanks > -- Adrien Rivard
