[
https://issues.apache.org/jira/browse/MNGSITE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903427#comment-17903427
]
Konrad Windszus commented on MNGSITE-544:
-----------------------------------------
The relevant code pieces are
# effective model building
(https://github.com/apache/maven/blob/master/impl/maven-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java#L810)
# pluginMgmt merge
(https://github.com/apache/maven/blob/01e47259d28133fff1093b35254ea11fae917f55/impl[…]a/org/apache/maven/internal/impl/model/DefaultModelBuilder.java)
# executionId config expansion
(https://github.com/apache/maven/blob/01e47259d28133fff1093b35254ea11fae917f55/impl[…]a/org/apache/maven/internal/impl/model/DefaultModelBuilder.java)
> Outline Plugin configuration inheritance/merging
> ------------------------------------------------
>
> Key: MNGSITE-544
> URL: https://issues.apache.org/jira/browse/MNGSITE-544
> Project: Maven Project Web Site
> Issue Type: Improvement
> Reporter: Konrad Windszus
> Priority: Major
>
> Determining effective plugin configurations is even more complex than other
> parts of the POM as there are multiple different sources where they could be
> defined:
> # Parent or Current POM
> # Plugin Mgmt or Plugins
> # Global Plugin Configuration or Execution ID specific configuration
> The order of calculating the effective plugin configuration should be
> outlined in
> https://maven.apache.org/guides/mini/guide-configuring-plugins.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)