Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revelc/zookeeper-maven-plugin
A Maven plugin for launching a ZooKeeper server for integration testing
https://github.com/revelc/zookeeper-maven-plugin
hacktoberfest integration-testing java maven maven-plugin zookeeper
Last synced: 1 day ago
JSON representation
A Maven plugin for launching a ZooKeeper server for integration testing
- Host: GitHub
- URL: https://github.com/revelc/zookeeper-maven-plugin
- Owner: revelc
- License: apache-2.0
- Created: 2015-04-20T15:45:02.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T22:32:23.000Z (3 months ago)
- Last Synced: 2024-08-22T00:14:05.353Z (3 months ago)
- Topics: hacktoberfest, integration-testing, java, maven, maven-plugin, zookeeper
- Language: Java
- Homepage: https://code.revelc.net/zookeeper-maven-plugin
- Size: 751 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![mvn verify][ci_img]][ci_link]
[![Maven Central][maven_img]][maven_link]
[![License][license_img]][license_link]# zookeeper-maven-plugin
View this plugin's documentation at:
https://code.revelc.net/zookeeper-maven-pluginA Maven plugin for launching a ZooKeeper server for integration testing,
inspired by jetty-maven-plugin.This plugin uses [Semantic Versioning 2.0.0][1] for its own versioning. Its
public API is the names of the goals and configuration options.[1]: https://semver.org/spec/v2.0.0.html
[ci_img]: https://github.com/revelc/zookeeper-maven-plugin/workflows/mvn%20verify/badge.svg
[ci_link]: https://github.com/revelc/zookeeper-maven-plugin/actions
[license_img]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
[license_link]: https://github.com/revelc/zookeeper-maven-plugin/blob/main/LICENSE
[maven_img]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code/zookeeper-maven-plugin/badge.svg
[maven_link]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code/zookeeper-maven-plugin