From 35bdb9164bafe513fd036f497af74ea6f07202ee Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 13 Aug 2019 09:04:08 +0200 Subject: [PATCH] Adjusted docs with recent s-c-build updates Upgraded to SCF 3.0.0.M2 --- docs/pom.xml | 297 ++---------------- .../main/asciidoc/{home.adoc => index.adoc} | 0 .../main/asciidoc/spring-cloud-stream.adoc | 2 - pom.xml | 2 +- 4 files changed, 20 insertions(+), 281 deletions(-) rename docs/src/main/asciidoc/{home.adoc => index.adoc} (100%) diff --git a/docs/pom.xml b/docs/pom.xml index 052d692de..7fa3d86c8 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -13,311 +13,52 @@ spring-cloud-stream-core-docs Spring Cloud Stream Core Documentation - home + spring-cloud-stream ${basedir}/.. - 0.1.1.RELEASE - 0.1.0.RELEASE - - 1.5.0-alpha.16 + 3.4 + + + + maven-deploy-plugin + 2.8.2 + + true + + + + docs + + pl.project13.maven + git-commit-id-plugin + org.apache.maven.plugins maven-dependency-plugin - ${maven-dependency-plugin.version} - false - - - unpack-docs - generate-resources - - unpack - - - - - org.springframework.cloud - - spring-cloud-build-docs - - ${spring-cloud-build.version} - - sources - jar - false - ${docs.resources.dir} - - - - - - - unpack-docs-resources - generate-resources - - unpack - - - - - io.spring.docresources - spring-doc-resources - ${spring-doc-resources.version} - zip - true - ${project.build.directory}/refdocs/ - - - - - org.apache.maven.plugins maven-resources-plugin - - - copy-asciidoc-resources - generate-resources - - copy-resources - - - ${project.build.directory}/refdocs/ - - - src/main/asciidoc - false - - ghpages.sh - - - - - - - org.asciidoctor asciidoctor-maven-plugin ${asciidoctor-maven-plugin.version} - false - - - io.spring.asciidoctor - spring-asciidoctor-extensions - ${spring-asciidoctor-extensions.version} - - - org.asciidoctor - asciidoctorj-pdf - ${asciidoctorj-pdf.version} - - ${project.build.directory}/refdocs/ - ${project.version} - - - ${project.version}/ - http://cloud.spring.io/spring-cloud-static/ - + ${project.version} + - - - generate-html-documentation - prepare-package - - process-asciidoc - - - html5 - highlight.js - book - - // these attributes are required to use the doc resources - shared - css/ - spring.css - true - font - js/highlight - atom-one-dark-reasonable - true - - left - 4 - ${project.version} - true - - - - - generate-docbook - none - - process-asciidoc - - - - generate-index - none - - process-asciidoc - - - - - org.apache.maven.plugins maven-antrun-plugin - ${maven-antrun-plugin.version} - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - org.tigris.antelope - antelopetasks - 3.2.10 - - - org.jruby - jruby-complete - 1.7.17 - - - org.asciidoctor - asciidoctorj - 1.5.8 - - - - - readme - process-resources - - run - - - - - - - - - - - - - assert-no-unresolved-links - prepare-package - - run - - - - - - - - - - - - - - - - setup-maven-properties - validate - - run - - - true - - - - - - - - - - - - - - - - - - copy-css - none - - run - - - - generate-documentation-index - none - - run - - - - copy-generated-html - none - - run - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - false diff --git a/docs/src/main/asciidoc/home.adoc b/docs/src/main/asciidoc/index.adoc similarity index 100% rename from docs/src/main/asciidoc/home.adoc rename to docs/src/main/asciidoc/index.adoc diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 632849720..3a4c6ecd1 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -9,8 +9,6 @@ *{spring-cloud-stream-version}* -[#index-link] -{docs-url}spring-cloud-stream/{docs-version}home.html [[spring-cloud-stream-reference]] diff --git a/pom.xml b/pom.xml index 9fc7e8548..da7544cb5 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.8 Californium-SR8 2.1 - 3.0.0.BUILD-SNAPSHOT + 3.0.0.M2 true true