Top "Sql-maven-plugin" questions

The sql-maven-plugin is used to execute SQL statements during a Maven build.

Errors using Maven Mojo sql:execute

TL;DR version: I want to be able to use the Maven Mojo SQL Plugin to create/drop any given …

postgresql maven sql-maven-plugin
Maven: PL/SQL script with sql-maven-plugin throws error PLS-00103

I'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