[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-113) project list-dependencies should resolve property values

Dan Allen (JIRA) jira-events at lists.jboss.org
Fri Apr 1 00:37:37 EDT 2011


project list-dependencies should resolve property values
--------------------------------------------------------

                 Key: SEAMFORGE-113
                 URL: https://issues.jboss.org/browse/SEAMFORGE-113
             Project: Seam Forge
          Issue Type: Enhancement
          Components: Builtin Plugins
    Affects Versions: 1.0.0.Alpha3
            Reporter: Dan Allen
            Priority: Minor


Currently, when you list dependencies, it shows the property expression rather than the actual version in the case a property expression is used:

{code}
org.jboss.arquillian : arquillian-junit : ${arquillian.version} : jar : test
{code}

In this case, both the property and the version should be shown:

{code}
org.jboss.arquillian : arquillian-junit : ${arquillian.version} = 1.0.0.Alpha5 : jar : test
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list