Indeed I prefer a configuration option ... But i don't find it ... does somebody can help ?
> I have a similar problem. > > I moved the plugin definition to a <profile> that has > <activation> > <property> > <name>!noclover</name> > </property> > </activation> > > so by default it runs, but if I pass -Dnoclover then that profile is > de-activated and (yes, you guessed it) Clover reports are skipped. > I am sure this could be modified to listen to a configuration option if > you prefer. > > A > > [EMAIL PROTECTED] wrote: > > Hi, > > > > Here we have a master pom for our organization => All project's poms > > inherit from this organization pom. > > > > This organization pom contains the configuration of reports that have to be > > executed when doing a site. for example, the cobertura report. > > > > But in some projects, I don't want this report to be executed => I need a > > way to tell maven it must not execute the cobertura report for my project. > > > > Thanks in advance for your help. > > > > Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
