[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1053?page=comments#action_74310 ] 
            
Matt Whitlock commented on MAVENUPLOAD-1053:
--------------------------------------------

I think this task can be dismissed.  I found I was able to use the 
hibernate3-maven-plugin with no problems simply by explicitly declaring that 
the plugin depends on org.hibernate:hibernate:3.2.0.cr4.

Within the <plugin> section for hibernate3-maven-plugin:

        <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate</artifactId>
                <version>3.2.0.cr4</version>
        </dependency>

That artifact is already on ibiblio.

So all that needs to be done to fix hibernate3-maven-plugin is to change the 
plugin's POM to depend on Hibernate 3.2.0.cr4 instead of Hibernate 3.2.0.cr2.

> Upload hibernate-tools 3.2.0-beta6
> ----------------------------------
>
>                 Key: MAVENUPLOAD-1053
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1053
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: Johann Reyes
>
> Just found out that hibernate-tools is not dependant in official releases of 
> hibernate and hibernate-annotations artifacts, it needs the ones that came 
> bundle with, so here they are.

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

        

Reply via email to