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
- Host: GitHub
- URL: https://github.com/carlspring/derby-maven-plugin
- Owner: carlspring
- Created: 2012-03-16T02:47:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T21:14:06.000Z (about 2 years ago)
- Last Synced: 2025-02-28T03:22:34.009Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 13
- Watchers: 6
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# derby-maven-plugin
[](https://dev.carlspring.org/jenkins/blue/organizations/jenkins/opensource%2Fderby-maven-plugin/activity?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/org.carlspring.maven/derby-maven-plugin)
[](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/)