Hi! I need to deploy two different database schemas (DDL as well as some dictionary data) to multiple databases during my build process (e.g. Oracle and Derby databases).
The question is similar to old one: http://www.mail-archive.com/[email protected]/msg02440.html but it is unanswered and I'm really short in documentation with plugin. As far as I understand from documentation: http://mojo.codehaus.org/sql-maven-plugin/usage.html I need several executions, right? What I want is to type mvn sql:execute_derby (or mvn sql:execute_oracle) and plugin will deploy custom sql scripts onto the database. How can I achieve this? Thanks!
