[maven-dependency-tree] Managed information lost when artifact previously 
encountered
-------------------------------------------------------------------------------------

                 Key: MNG-3548
                 URL: http://jira.codehaus.org/browse/MNG-3548
             Project: Maven 2
          Issue Type: Bug
          Components: Shared
    Affects Versions: Shared Components
            Reporter: Mark Hobson


The scenario:

{noformat}
(managed: g:c:t:2)
g:p:t:1
\- g:a:t:1
   +- g:b:t:1
   |  \- g:c:t:1
   \- g:c:t:1{noformat}

Should result in:

{noformat}g:p:t:1
\- g:a:t:1
   +- g:b:t:1
   |  \- (g:c:t:2 - version managed from 1; omitted for duplicate)
   \- g:c:t:2 (version managed from 1){noformat}

But becomes:

{noformat}g:p:t:1
\- g:a:t:1
   +- g:b:t:1
   |  \- (g:c:t:2 - version managed from 1; omitted for duplicate)
   \- g:c:t:2{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

        

Reply via email to