From fc09ffc8cca2fa40eab4b2fd8561f47c4de22fe4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 8 May 2017 13:12:55 -0700 Subject: [PATCH] SGF-625 - Add execution to Asciidoctor Maven Build Plugin to generate HTML for the SDG Reference Guide. --- pom.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f9496f7b..624a4e4b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -193,8 +195,8 @@ maven-surefire-plugin - **/*Tests.java **/*Test.java + **/*Tests.java false @@ -215,6 +217,28 @@ + + + html + generate-resources + + process-asciidoc + + + html5 + ${project.root}/target/site/reference/html + false + prettify + + true + font + true + true + spring.css + + + +