[
https://issues.apache.org/jira/browse/MNG-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728930#comment-17728930
]
Herve Boutemy edited comment on MNG-5987 at 6/4/23 6:19 AM:
------------------------------------------------------------
on "priority" as another way to envision more flexibility, based on the fact
that you say it currently exists as internal field: nice finding
[https://github.com/apache/maven/commit/c249a984084b4143ecfa64dfd26fecfbb199057c]
= transient priority field on execution
[https://github.com/apache/maven/commit/53b7d5e805910bbe055696ba6b76a6560ef85839]
IIUC, this can help prioritizing but not interweave executions, isn't it?
was (Author: hboutemy):
on "priority" as another way to envision more flexibility, based on the fact
that you say it currently exists as internal field: nice finding
[https://github.com/apache/maven/commit/c249a984084b4143ecfa64dfd26fecfbb199057c]
[https://github.com/apache/maven/commit/53b7d5e805910bbe055696ba6b76a6560ef85839]
IIUC, this can help prioritizing but not interweave executions, isn't it?
> Document the algorithm calculating the order of plugin executions inside a
> phase.
> ---------------------------------------------------------------------------------
>
> Key: MNG-5987
> URL: https://issues.apache.org/jira/browse/MNG-5987
> Project: Maven
> Issue Type: Improvement
> Components: Documentation: General
> Reporter: Christian Schulte
> Priority: Critical
>
> Users continuously report issues regarding the order of plugin executions:
> repeating that *"this order is not expected to be guaranteed inside a phase"*
> is not convincing for them. (notice that perhaps telling that it *cannot* be
> guaranteed nor really controlled may be more convincing...)
> The algorithm used to calculate the order of executions performed by Maven
> needs to be documented:
> - declaration order in the POM
> - inheritance merging from parent POM,
> - merging of profiles and other plugin containers,
> - the order of executions of multiple executions in the same lifecycle phase,
> - the sorting by plugin that happens when multiple goals are defined for the
> same plugin,
> etc.
> based on Model Building
> [https://maven.apache.org/ref/current/maven-model-builder/] ...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)