Make ToolchainManagerPrivate session-aware
------------------------------------------
Key: MNG-4287
URL: http://jira.codehaus.org/browse/MNG-4287
Project: Maven 2
Issue Type: Task
Components: Embedding, Settings
Affects Versions: 3.0-alpha-3
Reporter: Benjamin Bentmann
As already outlined in the mail thread [Make ToolchainManagerPrivate
session-aware|http://markmail.org/thread/qhmnsugdlqohpvrg], proper embedding of
Maven requires an extension of the existing API to enable configuration without
a stateful component. In detail, we will need to extend the existing method
signature to accept the MavenSession:
{code:java}
ToolchainPrivate[] getToolchainsForType( String type, MavenSession session )
{code}
--
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