An open API service indexing awesome lists of open source software.

https://github.com/carlspring/derby-maven-plugin

A simple Derby plugin to use during tests
https://github.com/carlspring/derby-maven-plugin

Last synced: over 1 year ago
JSON representation

A simple Derby plugin to use during tests

Awesome Lists containing this project

README

          

# derby-maven-plugin

[![Master Build Status](https://dev.carlspring.org/jenkins/buildStatus/icon?job=opensource/derby-maven-plugin/master)](https://dev.carlspring.org/jenkins/blue/organizations/jenkins/opensource%2Fderby-maven-plugin/activity?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.carlspring.maven/derby-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.carlspring.maven/derby-maven-plugin)
[![Known Vulnerabilities](https://snyk.io/test/github/carlspring/derby-maven-plugin/badge.svg)](https://snyk.io/test/github/carlspring/derby-maven-plugin/)

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
* [USAGE](https://github.com/carlspring/derby-maven-plugin/blob/master/USAGE)
* External links:
* [REST test add integration tests](http://nigel-eke.com/unit-integration-testing-rest-services/rest-test-add-integration-tests/)