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

[jira] Created: (MNG-3548) [maven-dependency-tree] Managed information lost when artifact previously encountered

[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

        

[jira] Issue Comment Edited: (MNG-3548) [maven-dependency-tree] Managed information lost when artifact previously encountered

Posted by "Mark Hobson (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132600#action_132600 ] 

mihobson edited comment on MNG-3548 at 4/25/08 6:56 AM:
-----------------------------------------------------------

Added commented-out {{testProjectWithManagedTransitiveDependencyVersionAndDuplicate}} to reproduce the problem.

      was (Author: mihobson):
    Added commented-out testProjectWithManagedTransitiveDependencyVersionAndDuplicate to reproduce the problem.
  
> [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

        

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

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ 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

        

[jira] Commented: (MNG-3548) [maven-dependency-tree] Managed information lost when artifact previously encountered

Posted by "Mark Hobson (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132600#action_132600 ] 

Mark Hobson commented on MNG-3548:
----------------------------------

Added commented-out testProjectWithManagedTransitiveDependencyVersionAndDuplicate to reproduce the problem.

> [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

        

[jira] Updated: (MSHARED-2) Managed information lost when artifact previously encountered

Posted by "Mark Hobson (JIRA)" <ji...@codehaus.org>.
     [ 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