In the documentation for jspresso, it states: The default configuration generated by the archetype uses HSQL DB as the database. In a production environment, you will adapt it to your targeted database.
I read the wiki entry about migrating to MySql, which seems easy enough. Can I add something to my project that would allow
mvn package
to generate the ddl for a database other than mysql or postgres?
Thanks for any help anyone can provide
