h2-maven-plugin icon indicating copy to clipboard operation
h2-maven-plugin copied to clipboard

A Maven 3 plugin for interacting with the H2 database.

Results 5 h2-maven-plugin issues
Sort by recently updated
recently updated
newest added

Add entries to the front of the `-cp` that's handed to the `java` invocation. This is convenient for "stored procedures" aka H2 [user defined functions](http://www.h2database.com/html/features.html#user_defined_functions). Configuration example: ``` ... target/test-classes...

I want to use H2 as in an integration test. The production database is PostgreSQL. PostgreSQL has some functions which H2 does not. I could rig up "good enough" versions...

Hello, This plugin works fine but I'm not a maven expert and the documentation is kind of limited now. By looking at the abstract mojo I understood how to customize...

Laird, hi; I am curious if you can cut out 1.1 release? thanks; Andrei.

1) I am curious if there is an easy way to support http://www.h2database.com/html/advanced.html#clustering one more goal to invoke: java org.h2.tools.CreateCluster -urlSource jdbc:h2:tcp://localhost:9101/~/test -urlTarget jdbc:h2:tcp://localhost:9102/~/test -user sa -serverList localhost:9101,localhost:9102 ? 2)...