Hi, following is a post I made on chekstyle's mailing list. --
Hi all, I'm currently using maven checkstyle plugin and found that it would be nice to have the JSL style customizable. To do so here's a little patch : in plugin.properties add the following line : maven.checkstyle.style = ${plugin.resources}/checkstyle.jsl in plugin.jelly change this line stylesheet="${plugin.resources}/checkstyle.jsl" with this one : stylesheet="${maven.checkstyle.style}" that's all. Also could someone update the dependency in the plugin to version 3.4 for checkstyle's jar ? cheers, Fabrice --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]