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