Asciidoctor Maven Tools Documentation

The Asciidoctor Maven Plugin is the official way to convert your AsciiDoc documentation using Asciidoctor from an Apache Maven build.

The project main goal is to offer a thin layer on top of AsciidoctorJ following as much as possible to common Maven practices.

The conversion can happen in 2 flavors:

  1. As a Maven plugin: AsciiDoc files are converted at full Asciidoctor power independently from Maven site,

  2. As a Maven site module: AsciiDoc files are integrated with Maven Doxia tools, however, with a few limitations.