MVN

net.revelc.code : zookeeper-maven-plugin

Maven & Gradle

Sep 18, 2020
8 stars

ZooKeeper Maven Plugin · A Maven plugin for launching a ZooKeeper server for integration testing

<plugin>
    <groupId>net.revelc.code</groupId>
    <artifactId>zookeeper-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.revelc.code : zookeeper-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of net.revelc.code : zookeeper-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
zookeeper-maven-plugin-1.2.0
1.1.x
zookeeper-maven-plugin-1.1.0
1.0.x
zookeeper-maven-plugin-1.0.1
zookeeper-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.revelc.code</groupId>
    <artifactId>zookeeper-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Advertisement