You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Johannes Utzig (JIRA)" <ji...@apache.org> on 2009/03/10 17:30:50 UTC

[jira] Updated: (IVY-1047) PomReader ignores finalName and directory

     [ https://issues.apache.org/jira/browse/IVY-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Utzig updated IVY-1047:
--------------------------------

    Attachment: ivy.patch

patch to read out finalName and directory of maven poms

> 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
>         Attachments: ivy.patch
>
>
> 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.