Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 75900 invoked from network); 26 Sep 2008 20:19:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2008 20:19:58 -0000 Received: (qmail 81150 invoked by uid 500); 26 Sep 2008 20:19:55 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 81126 invoked by uid 500); 26 Sep 2008 20:19:55 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 81115 invoked by uid 99); 26 Sep 2008 20:19:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 13:19:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.144] (HELO web30801.mail.mud.yahoo.com) (68.142.200.144) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 26 Sep 2008 20:18:52 +0000 Received: (qmail 48226 invoked by uid 60001); 26 Sep 2008 20:19:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=V4/zmwNpW70uHFPxlM/xgmkQDmhzwpPQG4YcbC05gSXh2SInrqAa4gm3LAJcsm/JjcJKWvoCdkvjmJZMPEfXs7ePn1k+DIF+HoUbyT+iZg1g2vA1mR1FrhVM2CF7JU/rkDRH6YQKnCKWiiyYhSuhGUv/wbGWcPVOGmjDebrIIhM=; X-YMail-OSG: ovD0Eb0VM1n6IPvTiIbT0wNbLIqgozecNFfZvjmDYATCzr0prsfOZ6l3biZmiOOtW2NfTwG6n.ydIj2D9vzjTra9.lcUtpknHX8s4ZqQ.AqIJM_vRlFAIXR2ugVhqZ.SXu4.OhacRD7sT2UVw2djeP0wp4vK5dD74ENszs29EJyYBXetjzY- Received: from [217.136.104.203] by web30801.mail.mud.yahoo.com via HTTP; Fri, 26 Sep 2008 13:19:24 PDT X-Mailer: YahooMailRC/1096.28 YahooMailWebService/0.7.218.2 Date: Fri, 26 Sep 2008 13:19:24 -0700 (PDT) From: Maarten Coene Subject: Re: Hibernate POM packaging To: ivy-user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <718825.46643.qm@web30801.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I've commited a patch into SVN trunk. Could you give it a try? Maarten ----- Original Message ---- From: Ryan Smith To: ivy-user@ant.apache.org Sent: Friday, September 26, 2008 6:45:26 PM Subject: Hibernate POM packaging Hi! I've been trying to setup my enterprise repository with the latest published version of hibernate from their repository ( http://repository.jboss.org/maven2). I've run into an issue with some of the Hibernate modules (e.g. hibernate-entitymanager) which appear to be due to the POM specifying the packaging as "pom". Looking at the Ivy source (PomModuleDescriptorBuilder.java, addMainArtifact method), it appears that a packaging designation of "pom" ( http://repository.jboss.org/maven2/org/hibernate/hibernate-entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA.pom) indicates that no artifacts have been defined. I've seen the JIRA issue logged by Tom Widmer ( https://issues.apache.org/jira/browse/IVY-899) - is there anything that I can do in the interim to handle this type of package specification? Thanks, Ryan