Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.