Allow access to the underlying plexus container from MavenEmbedder
------------------------------------------------------------------

                 Key: MNG-2778
                 URL: http://jira.codehaus.org/browse/MNG-2778
             Project: Maven 2
          Issue Type: Improvement
          Components: Embedding
    Affects Versions: 2.0.4
            Reporter: Kohsuke Kawaguchi


When embedding Maven into applications, it's often convenient to be able to 
look up components inside Maven from the applications.
This can be easily be done if MavenEmbedder lets me access PlexusContainer, 
like this:

    /**
     * Gets the [EMAIL PROTECTED] PlexusContainer} that hosts Maven.
     */
    public PlexusContainer getContainer() {
        return embedder.getContainer();
    }


-- 
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