On Thu, May 20, 2010 at 4:25 PM, Timothy Mcginnis <[email protected]> wrote: > I have a master pom that specifies the reports to be run. In one of the > child projects I do not want to run one of those reports. How do I > prevent it from running?
In general you can't un-inherit things, but some plugins have a "skip" parameter that you can configure. If that doesn't help, let us know what report it is and how it's configured... -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
