plugin « Version « JPA Q&A





1. hibernate3-maven-plugin dependencies for newer version of hibernate    stackoverflow.com

I would like to use hibernate-3.5-1.Final along with this plugin, what should be my dependencies here. It seems to be picking up a older set of jars and failing right now.

 ...

2. hibernate3-maven-plugin: breaks with updated Hibernate version (3.6.6-FINAL) in dependency    stackoverflow.com

I have successfully used hibernate3-maven-plugin with Hibernate-Core and EntityManager 3.6.6-FINAL, hibernate-commons-annotations-3.2.0.Final, hibernate-jpa-2.0-api-1.0.1.Final and hibernate-validator-4.0.0.GA in recent past. I was generating the DDL through this plugin; the project used JPA for persistence; ...