Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.2 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.2 KB

derby-maven-plugin

Master Build Status Maven Central Known Vulnerabilities

If you're in the kind of situation where you're using Maven and have to start and stop a Derby database through your tests, then look no further!

This is a simple Maven plugin to start/stop a Derby database during a Maven build.

The produced database is stored to the underlying file system and is available for inspection after the tests have finished executing.

Usage