io.vertx:vertx-service-discovery-bridge-zookeeper

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/


Licenses
EPL-2.0/SSPL-1.0

Documentation

How to install/deploy

% mvn install -DskipPkg

This is important otherwise it will fail (because it can't package what does not exists).

Base parent pom for Vert.x extension projects

This parent pom extends the io.vertx:vertx-parent pom and provides common default configuration and execution for data object generation and documentation.

Api documentation

Documentation is generated from src/main/asciidoc in the target/asciidoc/java directory in Asciidoc format at compilation time and can be previewed using the Chrome Asciidoctor.js plugin.

Full api documentation can be generated using mvn site phase, the Asciidoc files are transformed to HTML and the Api documentation (JavaDoc) is also generated in the target/docs directory.