An open API service indexing awesome lists of open source software.

https://github.com/vert-x3/vertx-ext-parent

Base parent pom for Vert.x extension projects
https://github.com/vert-x3/vertx-ext-parent

Last synced: 7 months ago
JSON representation

Base parent pom for Vert.x extension projects

Awesome Lists containing this project

README

          

## 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.