You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/10/07 08:13:00 UTC

[jira] [Comment Edited] (MNG-6995) Core extensions ignored in modules of aggregator

    [ https://issues.apache.org/jira/browse/MNG-6995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209340#comment-17209340 ] 

Michael Osipov edited comment on MNG-6995 at 10/7/20, 8:12 AM:
---------------------------------------------------------------

Here is a project ([https://github.com/McFoggy/maven-aggregator-extensions]) that demo the problem using different core-extensions:
 * takari polyglot one : [https://github.com/takari/polyglot-maven]
 * jgitver automatic version computation one: [https://github.com/jgitver/jgitver-maven-plugin]


was (Author: mcfoggy):
Here is a project ([https://github.com/McFoggy/maven-aggregator-extensions)] that demo the problem using different core-extensions:
 * takari polyglot one : [https://github.com/takari/polyglot-maven]
 * jgitver automatic version computation one: [https://github.com/jgitver/jgitver-maven-plugin]

> Core extensions ignored in modules of aggregator
> ------------------------------------------------
>
>                 Key: MNG-6995
>                 URL: https://issues.apache.org/jira/browse/MNG-6995
>             Project: Maven
>          Issue Type: Bug
>          Components: Class Loading
>    Affects Versions: 3.6.3
>            Reporter: mike duigou
>            Priority: Major
>
> If you have defined core extensions using the MNG-5771 .mvn/extensions.xml mechanism and then include the module in an aggregator pom the extensions will be ignored. Only extensions defined in same directory as the aggregator pom will be used and those extensions will not be invoked for the modules, only for the aggregator itself.
> Ideally modules would have whatever extensions they defined.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)