ProfileManager not available as a component -------------------------------------------
Key: MNG-3552 URL: http://jira.codehaus.org/browse/MNG-3552 Project: Maven 2 Issue Type: Improvement Components: Profiles Affects Versions: 2.0.9 Reporter: Kohsuke Kawaguchi ProfileManager is currently not available as a component in plexus, so plugins cannot get hold of it, unlike other components. IOW, the following code won't work from Mojo. {noformat} /** * @component */ private ProfileManager profileManager; {noformat} -- 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