Benjamin Bentmann wrote: > However, given that POM snippets without execution id like > > <execution> > <phase>foo</phase> > <goals> > <goal>run</goal> > </goals> > </execution> > > might not be uncommon, i.e. where one doesn't care about the execution > id and simply relies on the schema-provided default value, it seems > advisable to not use "default" as the id to avoid accidental clashes of > executions that were originally distinct.
Not having specified an execution id does not necessarily mean someone did not care about it. It means someone explicitly referred to the default execution. That is not working in Maven 2.0.x and that's the bug to fix. A POM which relies on that bug needs to get fixed. At least for >= 2.1. -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
