You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stefan Oehme (JIRA)" <ji...@apache.org> on 2019/04/14 12:36:00 UTC

[jira] [Created] (MNG-6638) MavenMetadataSource parses POMs unnecessarily

Stefan Oehme created MNG-6638:
---------------------------------

             Summary: MavenMetadataSource parses POMs unnecessarily
                 Key: MNG-6638
                 URL: https://issues.apache.org/jira/browse/MNG-6638
             Project: Maven
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.1, 3.6.0, 3.5.4
            Reporter: Stefan Oehme


MavenMetadataSource parses POM files even when an artifact comes from a project that is part of the current reactor build. This wastes a lot of time and memory, since the POMs of these projects are already in memory. It should instead try to find an existing project model in the reactor before falling back to POM parsing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)