An example project that demonstrates how to process AsciiDoc in a Maven site using the Asciidoctor Maven plugin.
Build the site by invoking the site:site
goal:
$ mvn site:site
Open the file target/site/hello.html to see the output generated from the AsciiDoc source src/site/asciidoc/hello.adoc.
Open the file target/site/index.html to see the output generated for the entire site including the link to the hello
document.