You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Bastiaan Verhoef (JIRA)" <ji...@codehaus.org> on 2009/01/21 10:57:19 UTC

[jira] Created: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version

Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
--------------------------------------------------------------------------------------

                 Key: MRM-1070
                 URL: http://jira.codehaus.org/browse/MRM-1070
             Project: Archiva
          Issue Type: Bug
    Affects Versions: 1.2-M1
         Environment: Maven 2.0.9, Windows XP Servicepack 3, Archiva 1.2-M1
            Reporter: Bastiaan Verhoef


I have a pom with a number of modules. So what I have done is: 
I define a property in this pom:

<properties>
    <version.commons.beanutils>1.7.0</version.commons.beanutils>
</properties>

In some of the module pom's i define the following dependencies:

<dependency>
    <groupId>commons-beanutils</groupId>
    <artifactId>commons-beanutils</artifactId>
    <version>${version.commons.beanutils}</version>
</dependency>

Maven retrieves correctly commons-beanutils (version 1.7.0). 
De pages Dependencies/Dependency Tree/Used by doesn't  work correctly with the use of a property in a dependency version.
If a go to the link ${version.commons.beanutils} in de Dependencies/Dependency Tree, I expected to go the page of commons-beanutils/common-beanutils/1.7.0, but I go to the page of commons-beanutils/common-beanutils/${version.commons.beanutils} that doesn't exist.




-- 
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: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1070:
------------------------------

    Fix Version/s: 1.x

> Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
> --------------------------------------------------------------------------------------
>
>                 Key: MRM-1070
>                 URL: http://jira.codehaus.org/browse/MRM-1070
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.2-M1
>         Environment: Maven 2.0.9, Windows XP Servicepack 3, Archiva 1.2-M1
>            Reporter: Bastiaan Verhoef
>             Fix For: 1.x
>
>         Attachments: errormessage.png, pagefragment.png
>
>
> I have a pom with a number of modules. So what I have done is: 
> I define a property in this pom:
> <properties>
>     <version.commons.beanutils>1.7.0</version.commons.beanutils>
> </properties>
> In some of the module pom's i define the following dependencies:
> <dependency>
>     <groupId>commons-beanutils</groupId>
>     <artifactId>commons-beanutils</artifactId>
>     <version>${version.commons.beanutils}</version>
> </dependency>
> Maven retrieves correctly commons-beanutils (version 1.7.0). 
> De pages Dependencies/Dependency Tree/Used by doesn't  work correctly with the use of a property in a dependency version.
> If a go to the link ${version.commons.beanutils} in de Dependencies/Dependency Tree, I expected to go the page of commons-beanutils/common-beanutils/1.7.0, but I go to the page of commons-beanutils/common-beanutils/${version.commons.beanutils} that doesn't exist.

-- 
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: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1070:
------------------------------

    Fix Version/s:     (was: Backlog)
                   1.4

for testing

> Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
> --------------------------------------------------------------------------------------
>
>                 Key: MRM-1070
>                 URL: http://jira.codehaus.org/browse/MRM-1070
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.2-M1
>         Environment: Maven 2.0.9, Windows XP Servicepack 3, Archiva 1.2-M1
>            Reporter: Bastiaan Verhoef
>             Fix For: 1.4
>
>         Attachments: errormessage.png, pagefragment.png
>
>
> I have a pom with a number of modules. So what I have done is: 
> I define a property in this pom:
> <properties>
>     <version.commons.beanutils>1.7.0</version.commons.beanutils>
> </properties>
> In some of the module pom's i define the following dependencies:
> <dependency>
>     <groupId>commons-beanutils</groupId>
>     <artifactId>commons-beanutils</artifactId>
>     <version>${version.commons.beanutils}</version>
> </dependency>
> Maven retrieves correctly commons-beanutils (version 1.7.0). 
> De pages Dependencies/Dependency Tree/Used by doesn't  work correctly with the use of a property in a dependency version.
> If a go to the link ${version.commons.beanutils} in de Dependencies/Dependency Tree, I expected to go the page of commons-beanutils/common-beanutils/1.7.0, but I go to the page of commons-beanutils/common-beanutils/${version.commons.beanutils} that doesn't exist.

-- 
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: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version

Posted by "Bastiaan Verhoef (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bastiaan Verhoef updated MRM-1070:
----------------------------------

    Attachment: errormessage.png
                pagefragment.png

> Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
> --------------------------------------------------------------------------------------
>
>                 Key: MRM-1070
>                 URL: http://jira.codehaus.org/browse/MRM-1070
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.2-M1
>         Environment: Maven 2.0.9, Windows XP Servicepack 3, Archiva 1.2-M1
>            Reporter: Bastiaan Verhoef
>         Attachments: errormessage.png, pagefragment.png
>
>
> I have a pom with a number of modules. So what I have done is: 
> I define a property in this pom:
> <properties>
>     <version.commons.beanutils>1.7.0</version.commons.beanutils>
> </properties>
> In some of the module pom's i define the following dependencies:
> <dependency>
>     <groupId>commons-beanutils</groupId>
>     <artifactId>commons-beanutils</artifactId>
>     <version>${version.commons.beanutils}</version>
> </dependency>
> Maven retrieves correctly commons-beanutils (version 1.7.0). 
> De pages Dependencies/Dependency Tree/Used by doesn't  work correctly with the use of a property in a dependency version.
> If a go to the link ${version.commons.beanutils} in de Dependencies/Dependency Tree, I expected to go the page of commons-beanutils/common-beanutils/1.7.0, but I go to the page of commons-beanutils/common-beanutils/${version.commons.beanutils} that doesn't exist.

-- 
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: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version

Posted by "Heiko Morgen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=193036#action_193036 ] 

Heiko Morgen commented on MRM-1070:
-----------------------------------

Are there any plans to fix this issue in the near future of Archiva?

> Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
> --------------------------------------------------------------------------------------
>
>                 Key: MRM-1070
>                 URL: http://jira.codehaus.org/browse/MRM-1070
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.2-M1
>         Environment: Maven 2.0.9, Windows XP Servicepack 3, Archiva 1.2-M1
>            Reporter: Bastiaan Verhoef
>             Fix For: 1.x
>
>         Attachments: errormessage.png, pagefragment.png
>
>
> I have a pom with a number of modules. So what I have done is: 
> I define a property in this pom:
> <properties>
>     <version.commons.beanutils>1.7.0</version.commons.beanutils>
> </properties>
> In some of the module pom's i define the following dependencies:
> <dependency>
>     <groupId>commons-beanutils</groupId>
>     <artifactId>commons-beanutils</artifactId>
>     <version>${version.commons.beanutils}</version>
> </dependency>
> Maven retrieves correctly commons-beanutils (version 1.7.0). 
> De pages Dependencies/Dependency Tree/Used by doesn't  work correctly with the use of a property in a dependency version.
> If a go to the link ${version.commons.beanutils} in de Dependencies/Dependency Tree, I expected to go the page of commons-beanutils/common-beanutils/1.7.0, but I go to the page of commons-beanutils/common-beanutils/${version.commons.beanutils} that doesn't exist.

-- 
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] Closed: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MRM-1070.
-----------------------------

    Resolution: Fixed
      Assignee: Brett Porter

> Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
> --------------------------------------------------------------------------------------
>
>                 Key: MRM-1070
>                 URL: http://jira.codehaus.org/browse/MRM-1070
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.2-M1
>         Environment: Maven 2.0.9, Windows XP Servicepack 3, Archiva 1.2-M1
>            Reporter: Bastiaan Verhoef
>            Assignee: Brett Porter
>             Fix For: 1.4
>
>         Attachments: errormessage.png, pagefragment.png
>
>
> I have a pom with a number of modules. So what I have done is: 
> I define a property in this pom:
> <properties>
>     <version.commons.beanutils>1.7.0</version.commons.beanutils>
> </properties>
> In some of the module pom's i define the following dependencies:
> <dependency>
>     <groupId>commons-beanutils</groupId>
>     <artifactId>commons-beanutils</artifactId>
>     <version>${version.commons.beanutils}</version>
> </dependency>
> Maven retrieves correctly commons-beanutils (version 1.7.0). 
> De pages Dependencies/Dependency Tree/Used by doesn't  work correctly with the use of a property in a dependency version.
> If a go to the link ${version.commons.beanutils} in de Dependencies/Dependency Tree, I expected to go the page of commons-beanutils/common-beanutils/1.7.0, but I go to the page of commons-beanutils/common-beanutils/${version.commons.beanutils} that doesn't exist.

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