I used the new Maven 2.0.5 release to verify that the following bug still exists:
I have multiple executions of the same plugin at the same life cycle phase in a multi-module parent POM. I need to extract these plugin executions to a profile in this parent POM. Now the executions are not ordered correctly anymore :-( Before (works fine): parent\pom.xml <= multiple executions of the same plugin at the same life cycle phase in the default build element parent \child1\pom.xml parent \child2\pom.xml Calling mvn install in parent works fine. After (fails): parent\pom.xml <= multiple executions of the same plugin at the same life cycle phase in the build element of a profile parent \child1\pom.xml parent \child2\pom.xml Calling mvn install in parent mixed up the execution order in the childs. I've already created a JIRA some weeks ago: http://jira.codehaus.org/browse/MNG-2784 There are also other related JIRAs like http://jira.codehaus.org/browse/MNG-2258 and http://jira.codehaus.org/browse/MNG-1891 but they don't help me in my situation. Any comments?! Thanks, Maik
