From 54ffa98317472d776d62e17d4b51b3f3410ffd34 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 13 Sep 2022 13:11:22 +0200 Subject: [PATCH] Polish Asciidoctor documentation generation. Tweak dependencies of Asciidoctor Maven Plugin as the default ones caused issues (file permissions etc.). --- parent/pom.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 276fae80..0aef21aa 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -269,7 +269,6 @@ ${project.build.directory}/shared-resources - ${project.build.directory}/generated-asciidoc-sources/source/ ${project.build.directory}/generated-docs true true @@ -434,6 +433,7 @@ process-asciidoc + ${project.root}/src/main/asciidoc index.adoc spring-html ${generated-docs.directory} @@ -471,14 +471,6 @@ true - - - - io.spring.asciidoctor.backends - spring-asciidoctor-backends - ${spring-asciidoctor-backends.version} - -