Hi Ikez, The behavior of the plugin changed so that any Checkstyle warnings fail the build. There must be some violations in your code that need to be fixed!
If you run ³mvn checkstyle:check², any errors will be output to the target/checkstyle-result.xml file. As Andrew pointed out, you can also run the build with "-Dcheckstyle.skip=true² to skip the check. If you need assistance interpreting the results, please let us know! /jd On 9/10/14, 11:50 PM, "Izek Greenfield (igreenfi)" <[email protected]> wrote: >Hi All, >Jeremy Daggett has change the plugin to fail on all warning, >The problem is that in my case the plugin does not parse the source code >correctly, >It thinks all my file does not have copyright and new line at the end, so >it failed my build.
