The sql-maven-plugin is used to execute SQL statements during a Maven build.
TL;DR version: I want to be able to use the Maven Mojo SQL Plugin to create/drop any given …
postgresql maven sql-maven-pluginI'm trying to use the sql-maven-plugin to execute a PL/SQL script on an Oracle 11 database. Although the script is …
sql jdbc plsql maven-2 sql-maven-plugin