You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/04/27 14:13:46 UTC

[jira] Moved: (MSHARED-2) [maven-dependency-tree] Managed information lost when artifact previously encountered

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

Vincent Siveton moved MNG-3548 to MSHARED-2:
--------------------------------------------

    Affects Version/s:     (was: Shared Components)
          Component/s:     (was: Shared)
                       maven-dependency-tree
                  Key: MSHARED-2  (was: MNG-3548)
              Project: Maven Shared Components  (was: Maven 2)

> [maven-dependency-tree] 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
>            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