Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68650E8B1 for ; Thu, 20 Dec 2012 23:19:13 +0000 (UTC) Received: (qmail 84342 invoked by uid 500); 20 Dec 2012 23:19:13 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 84302 invoked by uid 500); 20 Dec 2012 23:19:13 -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 84294 invoked by uid 99); 20 Dec 2012 23:19:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 23:19:13 +0000 Date: Thu, 20 Dec 2012 23:19:13 +0000 (UTC) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IVY-1396) Ivy generating wrong revision in URL for sample Maven artifact MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-1396. -------------------------------- Resolution: Fixed Fix Version/s: 2.3.0 Assignee: Maarten Coene Fixed in both trunk and 2.3.x-branch. Thanks for reporting this issue! > Ivy generating wrong revision in URL for sample Maven artifact > -------------------------------------------------------------- > > Key: IVY-1396 > URL: https://issues.apache.org/jira/browse/IVY-1396 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.3.0-RC2 > Reporter: Nick Spacek > Assignee: Maarten Coene > Priority: Minor > Fix For: 2.3.0 > > Attachments: build.xml, ivysettings.xml, ivy.xml, pom.xml, rc1.log, rc2.log > > > I'm having some troubles with Ivy resolving the wrong latest.integration for a Maven artifact. It is reading the Maven metadata (apparently)and determining that there is a 0.0.3-SNAPSHOT version. Strangely, it then attempts to retrieve a POM that is using both the 0.0.3-SNAPSHOT version from the metadata and a 0.0.1-SNAPSHOT version that it could have only discovered using the metadata for that particular version, as you will see below. As far as I can tell, the Maven metadata is fine. > I've put together a sample. A simple, empty Maven artifact, and an Ivy build that resolves it. > I deployed three version of Maven artifact at 0.0.1-SNAPSHOT. Each time I asked Ivy to resolve, it was successful. When I updated the version to 0.0.2-SNAPSHOT, it began mixing the URLs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira