From dd477dd1be58eb409b09a80a340f1d3f6f936496 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 30 Jul 2017 11:34:37 -0700 Subject: [PATCH] SGF-655 - 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 256dc5f4..46da52f0 100644 --- a/pom.xml +++ b/pom.xml @@ -184,34 +184,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 - - - - @@ -228,6 +203,7 @@ + release @@ -240,6 +216,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 + + + + + + + + +