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 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. Cheers, Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
