Skip to content

alexlehm/vertx-ext-parent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install/deploy

Build Status

% 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 polyglot api generation and documentation.

Polyglot generation

The pom is configured for api generation and compilation for all supported languages.

Api documentation

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.

About

Base parent pom for Vert.x extension projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors