|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message 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
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ 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] Updated: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ 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] Commented: (MRM-1070) Dependencies/Dependency Tree/Used by doesn't work correctly with properties in version
by JIRA jira@codehaus.org
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message [ 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 |
| Free embeddable forum powered by Nabble | Forum Help |