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/12/03 08:39:00 UTC

[jira] [Created] (MNG-7350) Introduce a factory for ModelCache

Guillaume Nodet created MNG-7350:
------------------------------------

             Summary: Introduce a factory for ModelCache
                 Key: MNG-7350
                 URL: https://issues.apache.org/jira/browse/MNG-7350
             Project: Maven
          Issue Type: Improvement
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 4.0.x-candidate, 3.8.x-candidate


{{mvnd}} does redefine a few maven classes in order to plugin its caching layer.
One of those class is the {{ProjectBuilder}}, but that's only because the {{ModelCache}} is created using a direct call on the implementation.
This ticket aims to introduce a {{ModelCacheFactory}} so that {{mvnd}} can simply define a custom factory instead of redefining the full {{ProjectBuilder}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)