This plugin provides easy integration with Hibernate 3.x in Maven Projects.
It seems like the hibernate3-maven-plugin used to generate DDL create/drop scripts is not compatible any more with Hibernate 4.3 …
maven ddl hibernate-4.x jpa-2.1 hibernate3-maven-pluginI had to downgrade Hibernate from version 4 to version 3 (3.3.2.GA to be specific), due to current lack of support for …
spring hibernate maven hbm2ddl hibernate3-maven-pluginI can't seem to find any documentation on the configuration options for hbm2ddl. Here is what I have in …
spring hibernate maven hbm2ddl hibernate3-maven-plugin