From 1dc9c5038dc471f89ab1e13468f4b04a286f5842 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 1 Aug 2019 10:00:40 +0200 Subject: [PATCH] Adapt to changed documentation assembly. See gh-454. --- pom.xml | 135 ++++++++++++++++------------------- src/main/asciidoc/index.adoc | 8 --- 2 files changed, 62 insertions(+), 81 deletions(-) diff --git a/pom.xml b/pom.xml index 492e2f59..b1310d3c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.springframework.vault @@ -36,7 +38,7 @@ ${project.build.directory}/doc-resources - + 2016 @@ -259,7 +261,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.8.1 @@ -289,13 +291,13 @@ org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.1.1 true
${project.name}
@@ -347,14 +349,7 @@ org.apache.maven.plugins maven-site-plugin - 3.7.1 - - - org.apache.maven.wagon - wagon-ssh - 3.1.0 - - + 3.8.2 @@ -366,7 +361,7 @@ org.codehaus.mojo animal-sniffer-maven-plugin - 1.17 + 1.18 @@ -584,16 +579,9 @@ - org.springframework.doc-resources + io.spring.docresources spring-doc-resources - 0.1.1-SNAPSHOT - provided - zip - - - org.springframework.data.build - spring-data-build-resources - 2.0.0.RELEASE + 0.1.2.RELEASE provided zip @@ -637,7 +625,7 @@ generate-resources - org.springframework.doc-resources + io.spring.docresources spring-doc-resources @@ -690,12 +678,14 @@ - - - - + + + + - + @@ -710,10 +700,12 @@ - - + + - + @@ -727,17 +719,23 @@ generate-resources - - - - - + + - - + + - - + + @@ -752,22 +750,25 @@ - - - - + + + + - - - - - - + - + - + @@ -820,13 +821,17 @@ false prettify + true + shared + css/ + spring.css true font - true - ./stylesheets - spring.css - shared left + highlightjs + js/highlight + atom-one-dark-reasonable + @@ -900,22 +905,6 @@ org.apache.maven.plugins maven-assembly-plugin - - static - - single - - prepare-package - - - - ${shared.resources}/assemblies/static-resources.xml - - - static-resources - false - - docs diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index ef0a07b9..9b6d2ca9 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -2,14 +2,6 @@ Mark Paluch; :revnumber: {version} :revdate: {localdate} -:linkcss: -:doctype: book -:docinfo: shared -:toc: left -:toclevels: 4 -:source-highlighter: prettify -:icons: font -:imagesdir: images :spring-framework-docs: https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/ :self-docs-root: https://docs.spring.io/spring-vault/docs/{version}/