« Return to Thread: Patch regarding build order

RE: Patch regarding build order

by Andreas Zschorn :: Rate this Message:

Reply to Author | View in Thread

Sorry cut and paste error,
The 3 sentence should say
"I defined 2 plugins ( (1) build-helper-maven-plugin and (2) javadoc ) in
the subpom and assigned them to the phase site."
Andreas
-----Ursprüngliche Nachricht-----
Von: Andreas Zschorn [mailto:mail@...]
Gesendet: Montag, 16. Januar 2006 00:31
An: users@...
Betreff: Patch regarding build order

Hi I have a problem regarding the execution order of a plugin in one phase
in maven2.
In a mutliproject this is not working.
I defined 2 plugins in the subpom and assigned them to the site-phase
Javadoc and The order is not what it should be, it was just arbitrary After
some searches I found this is a bug and was already solved, the status was
on applied
MNG-1499
So build the current SVN Snapshot -  2.1-SNAPSHOT.
But it seems the problem is again there. As soon as I disable inheritance it
works like it should.

This gets really annoying.
The general fundamental problem was and is for me more that it is impossible
the state another goal from another pluging as a prerequisite for execution.
I saw several comments that this will be possible in 2.1, but I do not know
how the state of this is and how to do this.

Perhaps someone can help me.
I really just want to explicitly determine the execution order of plugins in
one phase. I always thought this would be a fundamental thing but I did not
found a way to do this in maven2.

Andreas







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Patch regarding build order