Hi Benedikt,
just add a reportSets definition to your checkstyle plugin, then the
aggregate results will not be published:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
...
<reportSets>
<reportSet>
<reports>
<report>checkstyle</report>
</reports>
</reportSet>
</reportSets>
</plugin>
See for example the configuration in commons-math.
Thomas
On Fri, Oct 18, 2013 at 4:57 PM, Benedikt Ritter <[email protected]> wrote:
> Hi,
>
> when I run mvn clean site, the created site has two checkstyle reports. One
> shows 72 errors, the other only has 36. Which one is correct and where does
> the other one come from? :-)
>
> Benedikt
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>