Hello,
I'm trying to perform hbm2ddl using Maven. When I tried to add an Hibernate Maven plugin to my POM, two turned up:
. hibernate3-maven-plugin from org.codehaus.mojo, and . hibernate-maven-plugin from org.hibernate
Most online code examples, tips etc. show the usage of hibernate3-maven-plugin, but I'd like to stick with the (presumably) "official" Hiberanate.org plugin if possible. So I have two question:
1. Which plugin should I choose? 2. If I should use hibernate-maven-plugin, where can I find some documentation for it?
Thanks!
|