[ http://jira.codehaus.org/browse/MNG-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Milos Kleint updated MNG-3430: ------------------------------ Fix Version/s: 2.0.9 well, possibly, but 2.0.9 was not released yet anyway.. > Toolchain doesn't match Toolchain extensions > -------------------------------------------- > > Key: MNG-3430 > URL: http://jira.codehaus.org/browse/MNG-3430 > Project: Maven 2 > Issue Type: Bug > Affects Versions: 2.0.9 > Reporter: Shane Isbell > Assignee: Milos Kleint > Priority: Minor > Fix For: 2.0.9, 2.0.x, 2.1-alpha-1 > > > Toolchain uses null key within storing toolchains in Maven Session, which > causes extensions not to match. > Specifically, this problem occurs in the > DefaultToolchainManager.storeToolchainToBuildContext method. When storing > into context > context.put( getStorageKey( toolchain.getType() ), toolchain.getModel() ); > toolchain.getType() always returns null. Using toolchain.getModel().getType() > will return the correct type and fix the problem. -- 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