You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Ryan Smith <ry...@gmail.com> on 2008/09/26 18:45:26 UTC

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