You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sebb <se...@gmail.com> on 2011/09/06 15:30:36 UTC

Clirr.skip does not seem to work for mvn site

If a parent POM includes Clirr in the reports section, is it possible
to suppress/exclude the report in a child Pom?

It seems to be possible to override the level and comparison version
in the child Pom, but when I tried adding <skip>true</skip> that seems
to be ignored by the site plugin.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Clirr.skip does not seem to work for mvn site

Posted by Lukas Theussl <lt...@apache.org>.
did you use pluginManagement?

http://maven.apache.org/pom.html#Plugin_Management

HTH,
-Lukas


sebb wrote:
> If a parent POM includes Clirr in the reports section, is it possible
> to suppress/exclude the report in a child Pom?
>
> It seems to be possible to override the level and comparison version
> in the child Pom, but when I tried adding<skip>true</skip>  that seems
> to be ignored by the site plugin.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org