You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sergey Koshcheyev (JIRA)" <ji...@codehaus.org> on 2007/11/01 11:39:10 UTC

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

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


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

        

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

Posted by "Sergey Koshcheyev (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112393 ] 

Sergey Koshcheyev commented on MEV-554:
---------------------------------------

Exactly the same things that were wrong with the 0.8 pom (why didn't the changes made in MEV-302 make it to 1.0?). It declares Hibernate's dependencies as its own, and the jta:jta dependency doesn't have a version specified causing Maven to complain.

> 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
>
> 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

        

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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MEV-554.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

removed jta from the pom, and fixed cglib-full

> 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

        

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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116225 ] 

Carlos Sanchez commented on MEV-554:
------------------------------------

you have to contact Stephen Colebourne so they fix it for next releases, he's the one requesting the upload

> 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
>
> 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

        

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

Posted by "Grzegorz Borkowski (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Johannes Schneider (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117317 ] 

Johannes Schneider commented on MEV-554:
----------------------------------------

The pom is really broken. It is not possible to mvn install a project with a dependency on joda-time-hibernate...

> 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
>
> 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

        

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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112386 ] 

Carlos Sanchez commented on MEV-554:
------------------------------------

what's wrong with it? we don't change poms anymore unless they are clearly unusable

> 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
>
> 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

        

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

Posted by "Daniel Mutch (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116118 ] 

Daniel Mutch commented on MEV-554:
----------------------------------

It seems the maven compiler complains but the assembly plugin just falls over. This is a real problem for Netbeans users as their run / debug mechanism for maven plugin is based on the assembly plugin

> 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
>
> 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

        

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

Posted by "Johannes Schneider (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118666 ] 

Johannes Schneider commented on MEV-554:
----------------------------------------

Thanks a lot. This has been a big blocker for me :).

> 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