Yes, I have checked all that. Everything is declared only once in the plugins section. And the ones that are inherited from the parent pom are also declared in the pluginManagement section, but my understanding is that the pluginManagement section does not effect the current project.

How do I know which plugins start a new lifecycle? Or am I totally off base...

-Ben

Wayne Fay wrote:
Also see this page for more specific usage info for the help plugin:
http://maven.apache.org/plugins/maven-help-plugin/usage.html

Wayne

On 3/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
Try mvn help:effective-pom in your top-level project to see what
plugins map where with what configurations etc. Perhaps that will help
you figure out what's going on.

Wayne

On 3/21/07, Ben Tatham <[EMAIL PROTECTED]> wrote:
> Hello all,
> I have a scenario where my plugins (antrun, xdoclet, custom stuff) get
> run multiple times. I think this has something to do with some plugins
> forkin a new lifecycle, but I can't figure out:
> 1) which ones are doing that
> 2) good description of how to stop this from happening.
>
> I have parent poms defining some plugins, and I have pushed things
> around into pluginManagement instead, but this does not seem to help.
>
> -Ben
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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



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

Reply via email to