From bc2af61c98324a69fe41a8a2edffb0b2f311ab4b Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 12 Sep 2022 22:22:03 +0200 Subject: [PATCH] GH-39 - Switch to Spring Asciidoctor backend for reference documentation. --- pom.xml | 83 +++++++++++++++------------------------------------------ 1 file changed, 22 insertions(+), 61 deletions(-) diff --git a/pom.xml b/pom.xml index 9792668f..8e4c792d 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 2021.2.4 UTF-8 UTF-8 - 0.2.5 + 0.0.3 @@ -230,8 +230,6 @@ limitations under the License. - ${project.build.directory}/shared-resources - ${project.build.directory}/docs-source ${project.build.directory}/generated-docs true true @@ -243,61 +241,6 @@ limitations under the License. - - - - com.googlecode.maven-download-plugin - download-maven-plugin - 1.6.8 - - - unpack-doc-resources - generate-resources - - wget - - - https://repo.spring.io/release/io/spring/docresources/spring-doc-resources/${spring-doc-resources.version}/spring-doc-resources-${spring-doc-resources.version}.zip - true - ${generated-asciidoc-sources.directory} - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - create-generated-docs-resources - generate-resources - - run - - - - - - - - - - - - - - - - - - - - org.jfrog.buildinfo artifactory-maven-plugin @@ -320,7 +263,17 @@ limitations under the License. org.jruby jruby - 9.2.6.0 + 9.3.7.0 + + + org.asciidoctor + asciidoctorj + 2.5.3 + + + io.spring.asciidoctor.backends + spring-asciidoctor-backends + ${spring-asciidoctor-backends.version} @@ -333,7 +286,8 @@ limitations under the License. process-asciidoc - ${generated-asciidoc-sources.directory} + spring-html + ../src/docs/asciidoc index.adoc ${generated-docs.directory}/html @@ -343,7 +297,7 @@ limitations under the License. true true ./css - spring.css + site.css left @@ -581,4 +535,11 @@ limitations under the License. + + + spring-plugins-release + https://repo.spring.io/plugins-release + + +