bmatthews68 / inmemdb-maven-plugin

A Maven 3 plug-in that can be used to launch an in-memory database for use in integration tests. Apache Derby and HSQLDB are both supported.
http://inmemdb-maven-plugin.btmatthews.com
Apache License 2.0
15 stars 7 forks source link

Add support to the plug-in for Apache Derby as the embedded database #1

Closed bmatthews68 closed 13 years ago

bmatthews68 commented 13 years ago

Add support to the plug-in to start and stop Apache Derby as the embedded database Add a type parameter with possible values of hsqldb and derby and have it default to hsqldb

bmatthews68 commented 13 years ago

Added support for Derby