Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is a package of files which will make it easy to add database DDL generation to any maven 2 project which is using hibernate. It was so hard to get this working that I decided it really should be documented. This will allow you to generate DDL for mysql, oracle, derby, DB2, mssql, postgres, and hsqldb by just running a simple mvn command (after some setup).

Where do I get it?

You can download the attachment files as a zip: maven2-hibernate-ddl.zip
You can also see the files in SVN here: https://source.sakaiproject.org/contrib/programmerscafe/trunk/maven2-hibernate-ddl/
Here is an example of a project which is using it: https://source.sakaiproject.org/contrib/caret/hierarchy/branches/1.1-DDL

...