Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
-
Patch
Description
The attached patch contains two minor changes that are a pre-req for running Maven3 with the new Guice-Plexus container:
1) Fix incorrect role setting in LifecyclePluginAnalyzerImpl (test also updated to lookup the role)
2) Rework ConcurrentBuildLogger to use JDK classes for the multimap instead of google-collections
The last change is because while the Plexus container requires google-collections, the new Guice-Plexus container has no such dependency. Adding google-collections (~600k) to the distribution just for this single use of a multimap doesn't seem to be worthwhile imho.
Attachments
Attachments
Issue Links
- is related to
-
MNG-4749 Move from Plexus to Guice as IoC container
- Closed