On Sat, Jun 28, 2008 at 2:20 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> 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. The point is how to configure to skip the execution ? This is feasible for surefire but for other plugins, how to do it ? Jeff MAURY > > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Elle se prend même avec des gants La mélancolie c'est pour les syndicalistes Il faut juste sa carte de permanent Miossec (2006) http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.lastfm.fr/listen/user/jeffmaury/personal
