Minor patches needed to run Maven3 with the replacement Guice-Plexus container
------------------------------------------------------------------------------

                 Key: MNG-4664
                 URL: http://jira.codehaus.org/browse/MNG-4664
             Project: Maven 2 & 3
          Issue Type: Task
          Components: General
    Affects Versions: 3.0-beta-1
            Reporter: Stuart McCulloch
         Attachments: MAVEN_3_CORE_PATCHES_FOR_GUICE.txt

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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to