On Fri, Jun 27, 2008 at 4:32 PM, Sahoo <[EMAIL PROTECTED]> wrote:
> I have the following scenario:
> project B's pom.xml inherits from project A's pom.xml. A's pom.xml has
> configured certain plugin to be executed as part of a project's life cycle.
> I don't want the plugin to be active while building B. Is there a simple way
> to disable that plugin in B's pom.xml? If yes, what is it? If no, why is
> this facility not available to user?

Depending on what the plugin is and what does (specific examples are
better than A and B...) you might be able to override the
configuration in the child to skip execution, or set the the
<inherited> element to false so that it only executes in the parent
and not the child, or configure it to aggregate results.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to