On 10/20/05, jerome lacoste <[EMAIL PROTECTED]> wrote:
> In 
> http://maven.apache.org/maven2/guides/introduction/introduction-to-the-lifecycle.html
>
> "When multiple executions are given that match a particular phase,
> they are executed in the order specified in the POM, with inherited
> executions running first."
>
> What is this "inherited execution"?



I've found the <inherited> tag in pluginExecution. Maybe a link to
http://maven.apache.org/maven2/maven-model/maven.html#class_PluginExecution
would help



> I created a plugin that  extends AbstractWarMojo.
>
> I register it to the 'package' phase in a project with 'war'
> packaging. Now the mave-war-plugin always gets executed before my
> plugin. I don't want that.
>
> Is this due to this inheritance? Is there a way to change that?
>
> I am trying to add some files to the war directory before the war gets
> packaged. If my plugin runs after the war one, it's too late.



I still don't know why my plugin can't run before the war one.

Jerome

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

Reply via email to