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

[jira] [Commented] (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 ] 

Matthieu Brouillard commented on MNG-6995:
------------------------------------------

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)