You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Grzegorz Borkowski (JIRA)" <ji...@codehaus.org> on 2009/03/16 14:22:13 UTC

[jira] Commented: (MEV-554) POM for joda-time-hibernate 1.0 is invalid

    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=169791#action_169791 ] 

Grzegorz Borkowski commented on MEV-554:
----------------------------------------

I'm spend long time fighting with my projects, only to find out that joda-time-hibernate-1.1 is the culprit, as it has completely broken dependencies. 
I'm not sure where should I raise bug against it, but I've found this post, perhaps it's the best place.

The 1.1 pom on ibiblio is definitely not fixed. It's horribly broken.

See the pom for 0.8: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/joda-time/joda-time-hibernate/0.8/joda-time-hibernate-0.8.pom
Section <dependencies> is correct in 0.8: dependency on joda-time as compile and hibernate as provided, and hsqldb as test.

Now see:
http://mirrors.ibiblio.org/pub/mirrors/maven2/joda-time/joda-time-hibernate/1.1/joda-time-hibernate-1.1.pom
Section <dependencies> is a mess: many libraries that were required at maven 1 time because of lack of transitive dependencies. But in Maven 2 it is wrong, absolutely wrong! There is nowhere in the code dependency on cglib, commons-collections etc. Those are hibernate dependencies, if they are at all. And why on earth hsqldb is in compile scope??? This is all ridiculous.

Please fix this pom by copying dependencies section from pom for version 0.8. At this moment the 1.1 is useless, to use it properly you have to exclude all of its dependencies. 

> POM for joda-time-hibernate 1.0 is invalid
> ------------------------------------------
>
>                 Key: MEV-554
>                 URL: http://jira.codehaus.org/browse/MEV-554
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Dependencies, Invalid POM
>            Reporter: Sergey Koshcheyev
>            Assignee: Carlos Sanchez
>
> The POM for joda-time-hibernate 1.0 release uploaded in MAVENUPLOAD-1753 is invalid. Can it be fixed in the same way as the one for 0.8 (MEV-302)? Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira