You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2021/09/07 11:31:00 UTC

[jira] [Commented] (MNG-7216) Revert MNG-7170

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

Guillaume Nodet commented on MNG-7216:
--------------------------------------

Fwiw, this also has a serious performance impact when reading big projects.  The cause for the loss of performance is because parent poms are read again, even if they are cached as all cache hits end up being discarded at line:
  https://github.com/apache/maven/blob/maven-3.8.1/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java#L869

> Revert MNG-7170
> ---------------
>
>                 Key: MNG-7216
>                 URL: https://issues.apache.org/jira/browse/MNG-7216
>             Project: Maven
>          Issue Type: Bug
>          Components: Inheritance and Interpolation, POM, Sites &amp; Reporting
>    Affects Versions: 3.8.2
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Critical
>             Fix For: 3.8.3
>
>
> This issue turned out to set implicitly the base directory of a POM which is only available in the local repository and not in the reactor. This is an unwanted behavior and needs to be reverted for now.



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