PomReader ignores finalName and directory
-----------------------------------------
Key: IVY-1047
URL: https://issues.apache.org/jira/browse/IVY-1047
Project: Ivy
Issue Type: Improvement
Components: Maven Compatibility
Affects Versions: 2.0
Reporter: Johannes Utzig
In my project setup I am working with maven poms and need to utilize the values
of {{finalName}} and {{directory}} in an artifact pattern, but the Ivy
PomReader does not take those elements into account.
In my local installation I patched the code to make use of those elements. From
how I understand it, I can only access extra attributes in the {{info}} element
in artifact patterns, so that is where the customized code stores those values.
Please let me know when there is a better way to handle that use-case in a more
ivy-like fashion.
I will attach my patch as an example.
Information about finalName and directory:
http://maven.apache.org/pom.html#BaseBuild_Element
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.