From 91fd351cbc36d5675c4e610f2b2e51734d859a0e Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 30 Jul 2017 11:06:17 -0700 Subject: [PATCH] DATAGEODE-32 - Move custom Asciidoctor Maven build plugin configuration testing HTML doc generation into profile. --- pom.xml | 71 +++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index 537f8743..bc22b8bf 100644 --- a/pom.xml +++ b/pom.xml @@ -248,34 +248,9 @@ ${project.basedir}/src/main/asciidoc book - true - true - 2 ${project.version} - - - - html - generate-resources - - process-asciidoc - - - html5 - ${project.root}/target/site/reference/html - false - prettify - - true - font - true - spring.css - - - - @@ -292,6 +267,7 @@ + release @@ -304,6 +280,51 @@ + + + html-asciidoc + + + + org.asciidoctor + asciidoctor-maven-plugin + + + ${project.basedir}/src/main/asciidoc + book + true + true + 2 + ${project.version} + + + + + + html + generate-resources + + process-asciidoc + + + html5 + ${project.root}/target/site/reference/html + false + prettify + + true + font + true + spring.css + + + + + + + + +