convert list resolution into single node resolution ---------------------------------------------------
Key: MERCURY-120 URL: http://jira.codehaus.org/browse/MERCURY-120 Project: Mercury Issue Type: Sub-task Components: Dependency Builder Affects Versions: 1.0-alpha-8 Reporter: Oleg Gusakov Assignee: Oleg Gusakov Currently, a multi-artifact resolution creates a dependency tree for each supplied artifact, then creates a tree out of them all and resolves conflicts. This was done as a quick solution when API changed to accomodate multi-artifact use case: processing a POM, Maven resolve API Better solution would be to create a single tree with all those artifacts as dependencies and build only this tree (then resolve conflicts). This would allow to eliminate multiple creation of the shared sub-trees. -- 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