The skip helps. But there is one I'd like to get rid of, the Cobertura report. And it doesn't have a skip.
Tim McGinnis 717 720-1962 Web Development AES/PHEAA From: "Wendy Smoak" <[email protected]> To: "Maven Users List" <[email protected]> Date: 05/20/2010 04:33 PM Subject: Re: Preventing an inherited report from running 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] ============================================================================== This message contains privileged and confidential information intended for the above addressees only. If you receive this message in error please delete or destroy this message and/or attachments. The sender of this message will fully cooperate in the civil and criminal prosecution of any individual engaging in the unauthorized use of this message. ==============================================================================
