Top "Hibernate3-maven-plugin" questions

This plugin provides easy integration with Hibernate 3.x in Maven Projects.

Generate DDL script at MAVEN build with Hibernate4 / JPA 2.1

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-plugin
Maven + Spring + Hibernate: hibernate3-maven-plugin hbm2ddl fails for reason "Caused by: java.lang.NullPointerException"

I 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-plugin
What are the <hbm2ddl/> configuration options for the hibernate3-maven-plugin-3.0?

I 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