From 5b29aa2e07a1dc13d644d2eb8802a43bc7b92c04 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 20 Dec 2018 17:25:20 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__reusing_the_documentation.html | 8 ++------ single/spring-cloud-build.html | 8 ++------ spring-cloud-build.xml | 9 +-------- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/multi/multi__reusing_the_documentation.html b/multi/multi__reusing_the_documentation.html index afd0fd15..5f05ba1f 100644 --- a/multi/multi__reusing_the_documentation.html +++ b/multi/multi__reusing_the_documentation.html @@ -16,16 +16,12 @@ approach of generating documentation just add these plugins to your <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> 2 </plugin> - <plugin> - <groupId>com.agilejava.docbkx</groupId> - <artifactId>docbkx-maven-plugin</artifactId> 3 - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> 4 + <artifactId>maven-antrun-plugin</artifactId> 3 <inherited>false</inherited> </plugin> </plugins> </build> </profile> - </profiles>

1

This plugin downloads and unpacks the resources of the spring-cloud-build-docs module

2

This plugin is required to parse the Asciidoctor documentation

3

This plugin converts the Asciidoctor documentation into single and multi page docs

4

This plugin is required to copy resources into proper final destinations and to generate main README.adoc

[Important]Important

The order of plugin declaration is important!

\ No newline at end of file + </profiles>

1

This plugin downloads and unpacks the resources of the spring-cloud-build-docs module

2

This plugin is required to parse the Asciidoctor documentation

3

This plugin is required to copy resources into proper final destinations and to generate main README.adoc

[Important]Important

The order of plugin declaration is important!

\ No newline at end of file diff --git a/single/spring-cloud-build.html b/single/spring-cloud-build.html index 712a4b8b..974fb662 100644 --- a/single/spring-cloud-build.html +++ b/single/spring-cloud-build.html @@ -42,16 +42,12 @@ approach of generating documentation just add these plugins to your <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> 2 </plugin> - <plugin> - <groupId>com.agilejava.docbkx</groupId> - <artifactId>docbkx-maven-plugin</artifactId> 3 - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> 4 + <artifactId>maven-antrun-plugin</artifactId> 3 <inherited>false</inherited> </plugin> </plugins> </build> </profile> - </profiles>

1

This plugin downloads and unpacks the resources of the spring-cloud-build-docs module

2

This plugin is required to parse the Asciidoctor documentation

3

This plugin converts the Asciidoctor documentation into single and multi page docs

4

This plugin is required to copy resources into proper final destinations and to generate main README.adoc

[Important]Important

The order of plugin declaration is important!

\ No newline at end of file + </profiles>

1

This plugin downloads and unpacks the resources of the spring-cloud-build-docs module

2

This plugin is required to parse the Asciidoctor documentation

3

This plugin is required to copy resources into proper final destinations and to generate main README.adoc

[Important]Important

The order of plugin declaration is important!

\ No newline at end of file diff --git a/spring-cloud-build.xml b/spring-cloud-build.xml index c40a2904..abf6dc50 100644 --- a/spring-cloud-build.xml +++ b/spring-cloud-build.xml @@ -117,13 +117,9 @@ approach of generating documentation just add these plugins to your doc <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> </plugin> - <plugin> - <groupId>com.agilejava.docbkx</groupId> - <artifactId>docbkx-maven-plugin</artifactId> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> + <artifactId>maven-antrun-plugin</artifactId> <inherited>false</inherited> </plugin> </plugins> @@ -138,9 +134,6 @@ approach of generating documentation just add these plugins to your doc This plugin is required to parse the Asciidoctor documentation -This plugin converts the Asciidoctor documentation into single and multi page docs - - This plugin is required to copy resources into proper final destinations and to generate main README.adoc