> It will bring uncertain execution result if the two plugin execution sequence 
> is depending on build time random decision.
>
> How does maven choose which plugin execute firstly and another plugin excute 
> secondly when 2 plugin with the same phase ?
>
> For the two maven built-in plugins with the same phase, is the execution 
> sequence difference from the two third-party's plugins ?
>
> When the maven built-in plugin and third-party plugin are both specified in 
> POM with the same phase, Do the maven built-in plugin with take procedure to 
> execute ?

These are somewhat complicated questions to answer. Depending on the
version of Maven you are using, you will see different results.

The best way to guarantee that plugin1 executes before plugin2 is to
bind them to separate phases.

Is this what you are really trying to get answered, or do you need to
have all of your questions answered?

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to