]
Lincoln Baxter III closed SEAMFORGE-113.
----------------------------------------
Assignee: Lincoln Baxter III
Fix Version/s: 1.0.0.Beta1
Resolution: Done
Done, but opted not to show property. Can add that later if needed.
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
Assignee: Lincoln Baxter III
Priority: Minor
Fix For: 1.0.0.Beta1
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: