% mvn install -DskipPkg
This is important otherwise it will fail (because it can't package what does not exists).
This parent pom extends the io.vertx:vertx-parent pom and provides common default configuration and execution for
polyglot api generation and documentation.
The pom is configured for api generation and compilation for all supported languages.
Documentation is generated per language in the src/main/asciidoc 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, JSDoc) are also generated in the target/docs directory.