Asciidoctor Maven Plugin: AsciiDoc to HTML Example An example project that demonstrates how to convert AsciiDoc to HTML5 using the Asciidoctor Maven plugin. Usage Convert the AsciiDoc to HTML5 by invoking the process-resources goal (configured as the default goal): $ mvn Open the file target/generated-docs/example-manual.html in your browser to see the generated HTML file.