On 18 August 2016 at 07:37, Jörg Schaible <[email protected]> wrote: > Hi Gilles, > > Gilles wrote: > >> On Thu, 18 Aug 2016 02:12:21 +0300, Artem Barger wrote: >>> On Thu, Aug 18, 2016 at 1:45 AM, Gilles >>> <[email protected]> >>> wrote: >>> >>>> >>>> It's something related to the plain >>>> checkstyle:checkstyle >>>> target. >>> >>> >>> Added a rule to skip these files, looks better now. >> >> But why was it working fine with "mvn site"? > > without having a look at the POM, but calling > > mvn checkstyle:checkstyle > > will never take the configuration for the checkstyle report into account. > Maven behaviour calling goals directly ...
For this reason some POMs include both report and build entries for tools such as RAT, Checkstyle, Findbugs. > Cheers, > Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
