From 429d336dc322827b8c876fc621fd15acf6636bd9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 29 Sep 2014 18:09:36 +0100 Subject: [PATCH] Add maven processor for docs --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 7846547..c87ae5b 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,7 @@ + @@ -124,6 +125,30 @@ + + org.asciidoctor + asciidoctor-maven-plugin + 1.5.0 + + + generate- + process-resources + + process-asciidoc + + false + + ${project.artifactId}.adoc + html + article + + true + ${project.version} + + + + +