I created one a while ago. My employer allows it to be open sourced, so that shouldn't be a problem, but I just haven't had the time to do it yet. It works fine for us, but it hasn't been tested properly. I'm happy to make it available under an Apache license agreement.
See http://www.agilejava.com/maven-hsqldb-plugin/ On Fri, 2006-06-16 at 12:23 -0700, Wendy Smoak wrote: > On 6/16/06, Dan Adams <[EMAIL PROTECTED]> wrote:http://mail.google.com/mail/ > > I'm writing an hsqldb plugin that when you run the plugin will start an > > hsqldb server in the background and leave it running. The motivation for > > this is I would like to use it for integration tests so that the server > > is started before the tests and stopped after. This would be very > > similar to how you would use cargo to start jetty and stop it after the > > tests. Any ideas/suggestions on how to do this? > > Keep an eye on CARGO-349, which adds hsqldb and mysql as database > containers that Cargo can start, stop, and deploy to. :) > > * http://jira.codehaus.org/browse/CARGO-349 >
