[ 
http://jira.codehaus.org/browse/MSHARED-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Hobson updated MSHARED-2:
------------------------------

    Affects Version/s: maven-dependency-tree 1.1
              Summary: Managed information lost when artifact previously 
encountered  (was: [maven-dependency-tree] Managed information lost when 
artifact previously encountered)

> Managed information lost when artifact previously encountered
> -------------------------------------------------------------
>
>                 Key: MSHARED-2
>                 URL: http://jira.codehaus.org/browse/MSHARED-2
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-dependency-tree
>    Affects Versions: maven-dependency-tree 1.1
>            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