Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 3495 invoked from network); 23 Oct 2008 19:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2008 19:49:05 -0000 Received: (qmail 15077 invoked by uid 500); 23 Oct 2008 19:49:07 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 15044 invoked by uid 500); 23 Oct 2008 19:49:07 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 15035 invoked by uid 99); 23 Oct 2008 19:49:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2008 12:49:07 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2008 19:48:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33723234C22D for ; Thu, 23 Oct 2008 12:48:44 -0700 (PDT) Message-ID: <1466829632.1224791324196.JavaMail.jira@brutus> Date: Thu, 23 Oct 2008 12:48:44 -0700 (PDT) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-955) maven pom parser is not handling pom properties (e.g $(project.parent.version} ) In-Reply-To: <671524961.1224755084180.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642249#action_12642249 ] Maarten Coene commented on IVY-955: ----------------------------------- The problem still exist on latest trunk, so IVY-914 was another issue. > maven pom parser is not handling pom properties (e.g $(project.parent.version} ) > -------------------------------------------------------------------------------- > > Key: IVY-955 > URL: https://issues.apache.org/jira/browse/IVY-955 > Project: Ivy > Issue Type: Improvement > Components: Maven Compatibility > Affects Versions: 2.0-RC1 > Environment: All > Reporter: Gopalakrishnan > Assignee: Maarten Coene > > Maven pom parser is NOT substituting pom properties with actual values after parsing. > For e.g when I add a maven artifact with the following pom as dependency in ivy.xml, > > com.example > aparent > 1.0.0 > > com.example > myartifact > jar > Example > Example. > > > com.example > a2 > ${project.parent.version} > compile > > > ivy fails to resolve a2 dependency. Ivy seems to be looking for artifact com.example.a2-${project.parent.version} instead of searching for com.example.a2-1.0.0 i.e substitute the property with actual value. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.