From 785ea3894fea48f616ee9db900d6a7d87ba61e72 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 21 Aug 2014 17:08:33 +0200 Subject: [PATCH] #100 - Improved build setup for reference documentation. Upgraded to Asciidoctor 1.5.0 Maven plugin. Disable the use of the custom stylesheet to benefit from the improved styles used in the new Asciidoctor version. Removed the creation of the chunked HTML output via the Docbook plugin to prevent it overriding the Asciidoctor output. --- parent/pom.xml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5c0128d2..045eafca 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -251,36 +251,6 @@ - - - html - - generate-html - - package - - true - ${project.build.directory}/docbkx/html - ${shared.resources}/docbkx/xsl/html-multipage.xsl - images/ - - - - - - - - - - - - - - - - - - @@ -420,7 +390,7 @@ org.asciidoctor asciidoctor-maven-plugin - 0.1.4 + 1.5.0 @@ -438,7 +408,6 @@ true font true - spring.css