Discussion:
[m2] Multiple executions of the same plugin at the same life cycle phase in a multi-module profile
m***@icw.de
2007-01-17 13:35:12 UTC
Permalink
Hello,

I use the latest Maven 2.0.5 build found at
http://people.apache.org/~jvanzyl/maven-2.0.5/org/apache/maven/maven-core/2.0.5/

I have multiple executions of the same plugin at the same life cycle phase
in a multi-module parent pom. There was a bug regarding the order of this
executions. This was fixed at 2.0.5.

Now I needed 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.

Is this a already known bug? Maybe fixed in trunk?

Thanks, Maik

----------------------------------------------------------------------------
Maik Ebert
InterComponentWare AG
R&D Professional Gate
Otto-Hahn-Str. 3
69190 Walldorf (Baden)
Germany

Phone: +49 6227 385 203
Fax: +49 6227 385 431
Mail: ***@icw.de
------------------------------------------------------------------------------
********** www.icw.de **********
****** www.LifeSensor.com ******


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
"Computer.Medizin" – bis Mai 2007

In der Ausstellung „Computer.Medizin“ zeigt das
Heinz Nixdorf MuseumsForum die Möglichkeiten
modernster Computermedizin – darunter auch die
ICW-Lösung fÌr die elektronische Gesundheitskarte.
http://www.computer-medizin.de
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
franz see
2007-01-18 03:20:30 UTC
Permalink
Good day to you, Maik,

I am not sure if that is already a known bug and if it is already filed. You
may want to file one if you'd like.

Cheers,
Franz
Post by m***@icw.de
Hello,
I use the latest Maven 2.0.5 build found at
http://people.apache.org/~jvanzyl/maven-2.0.5/org/apache/maven/maven-core/2.0.5/
I have multiple executions of the same plugin at the same life cycle phase
in a multi-module parent pom. There was a bug regarding the order of this
executions. This was fixed at 2.0.5.
Now I needed to extract these plugin executions to a profile in this
parent POM. Now the executions are not ordered correctly anymore :-(
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.
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.
Is this a already known bug? Maybe fixed in trunk?
Thanks, Maik
----------------------------------------------------------------------------
Maik Ebert
InterComponentWare AG
R&D Professional Gate
Otto-Hahn-Str. 3
69190 Walldorf (Baden)
Germany
Phone: +49 6227 385 203
Fax: +49 6227 385 431
------------------------------------------------------------------------------
********** www.icw.de **********
****** www.LifeSensor.com ******
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
"Computer.Medizin" – bis Mai 2007
In der Ausstellung „Computer.Medizin“ zeigt das
Heinz Nixdorf MuseumsForum die Möglichkeiten
modernster Computermedizin – darunter auch die
ICW-Lösung für die elektronische Gesundheitskarte.
http://www.computer-medizin.de
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
--
View this message in context: http://www.nabble.com/-m2--Multiple-executions-of-the-same-plugin-at-the-same-life-cycle-phase-in-a-multi-module-profile-tf3027300s177.html#a8424406
Sent from the Maven - Users mailing list archive at Nabble.com.
m***@icw.de
2007-01-18 14:02:04 UTC
Permalink
Hello Franz,

I found MNG-2784 but this issue does not cover my configuration. Therefore
I create a new JIRA MNG-2784.

Maik

Loading...