Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 92779 invoked from network); 19 Jul 2010 15:11:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 15:11:14 -0000 Received: (qmail 63859 invoked by uid 500); 19 Jul 2010 15:11:14 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 63781 invoked by uid 500); 19 Jul 2010 15:11: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 63759 invoked by uid 99); 19 Jul 2010 15:11:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 15:11:13 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 15:11:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6JFAn7v008350 for ; Mon, 19 Jul 2010 15:10:49 GMT Message-ID: <14951463.455171279552249367.JavaMail.jira@thor> Date: Mon, 19 Jul 2010 11:10:49 -0400 (EDT) From: "Jesper Pedersen (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-770) MakePom task handling of mulitple artifacts for Maven2 In-Reply-To: <273978831.1205424744555.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesper Pedersen updated IVY-770: -------------------------------- Attachment: (was: IVY-770.patch) > MakePom task handling of mulitple artifacts for Maven2 > ------------------------------------------------------ > > Key: IVY-770 > URL: https://issues.apache.org/jira/browse/IVY-770 > Project: Ivy > Issue Type: Improvement > Components: Maven Compatibility > Affects Versions: 2.0.0-beta-2 > Reporter: Paul Wardrip > Priority: Minor > Attachments: apache-ivy-2.0.0-makepom-with-unit-tests.patch, apache-ivy-2.0.0-makepom.patch > > > Maven2 won't create more than one uniquely named artifact for a project, unless you set the packaging to "pom". Then you have a separate pom for each of the artifacts, referencing the project pom with a parent tag. They would get deployed like this: > /myorg/mymodule/1.0/mymodule-1.0.pom > /myorg/artifact-core/1.0/artifact-core-1.0.pom > /myorg/artifact-core/1.0/artifact-core-1.0.jar > /myorg/artifact-util/1.0/artifact-util-1.0.pom > /myorg/artifact-util/1.0/artifact-util-1.0.jar > Resolution: Change MakePom task to build separate poms when it detects multiple uniquely named artifacts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.