Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In Maven 2.x, build extensions can only contribute components that realize a custom impl of some API defined by the Maven core like artifact handlers and lifecycle mappings. However, to support things like Tycho in a stock Maven distro, we need a build extension to provide components that
a) realize APIs defined merely by the extension and are unknown to Maven itself
b) can be looked up and accessed via API from the extension and other plugins in the same project
c) can be shared among all projects in the reactor using the same extension, including state kept by singletons
Attachments
Issue Links
- relates to
-
MNG-2014 build extension libraries should be added to the current artifact filter used by the plugin manager
- Closed