From dfe7fa18ed96bd70d5d385cc04aacda472718784 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 25 May 2020 11:53:04 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 100 +++++++++++++------------ reference/html/index.html | 100 +++++++++++++------------ reference/html/spring-cloud-build.html | 100 +++++++++++++------------ 3 files changed, 156 insertions(+), 144 deletions(-) diff --git a/reference/html/README.html b/reference/html/README.html index 6ea59eba..7e3d7ab5 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -508,12 +508,12 @@ Remember to set the Scan Scope to All sources since we
<build>
-    <plugins>
-        <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>flatten-maven-plugin</artifactId>
-        </plugin>
-    </plugins>
+	<plugins>
+		<plugin>
+			<groupId>org.codehaus.mojo</groupId>
+			<artifactId>flatten-maven-plugin</artifactId>
+		</plugin>
+	</plugins>
 </build>
@@ -530,45 +530,45 @@ approach of generating documentation just add these plugins to your docs
-
<profiles>
-		<profile>
-			<id>docs</id>
-			<properties>
-				<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
-			</properties>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>pl.project13.maven</groupId>
-						<artifactId>git-commit-id-plugin</artifactId> (1)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-dependency-plugin</artifactId> (2)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-resources-plugin</artifactId> (3)
-					</plugin>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>exec-maven-plugin</artifactId> (4)
-					</plugin>
-					<plugin>
-						<groupId>org.asciidoctor</groupId>
-						<artifactId>asciidoctor-maven-plugin</artifactId> (5)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-antrun-plugin</artifactId> (6)
-					</plugin>
-					<plugin>
-						<artifactId>maven-deploy-plugin</artifactId> (7)
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+
<properties>
+	<upload-docs-zip.phase>deploy</upload-docs-zip.phase> (8)
+</properties>
+<profiles>
+	<profile>
+		<id>docs</id>
+		<build>
+			<plugins>
+				<plugin>
+					<groupId>pl.project13.maven</groupId>
+					<artifactId>git-commit-id-plugin</artifactId> (1)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-dependency-plugin</artifactId> (2)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId> (3)
+				</plugin>
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>exec-maven-plugin</artifactId> (4)
+				</plugin>
+				<plugin>
+					<groupId>org.asciidoctor</groupId>
+					<artifactId>asciidoctor-maven-plugin</artifactId> (5)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-antrun-plugin</artifactId> (6)
+				</plugin>
+				<plugin>
+					<artifactId>maven-deploy-plugin</artifactId> (7)
+				</plugin>
+			</plugins>
+		</build>
+	</profile>
+</profiles>
@@ -601,6 +601,10 @@ approach of generating documentation just add these plugins to your docs7 This plugin ensures that the generated zip docs will get published + +8 +This property turns on the "deploy" phase for <7> +
@@ -680,9 +684,9 @@ The order of plugin declaration is important!
.
 └── guides
-    ├── gs-guide1
-    ├── gs-guide2
-    └── gs-guide3
+ ├── gs-guide1 + ├── gs-guide2 + └── gs-guide3
diff --git a/reference/html/index.html b/reference/html/index.html index 676d3757..ecbd229a 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -509,12 +509,12 @@ Remember to set the Scan Scope to All sources since we
<build>
-    <plugins>
-        <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>flatten-maven-plugin</artifactId>
-        </plugin>
-    </plugins>
+	<plugins>
+		<plugin>
+			<groupId>org.codehaus.mojo</groupId>
+			<artifactId>flatten-maven-plugin</artifactId>
+		</plugin>
+	</plugins>
 </build>
@@ -531,45 +531,45 @@ approach of generating documentation just add these plugins to your docs
-
<profiles>
-		<profile>
-			<id>docs</id>
-			<properties>
-				<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
-			</properties>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>pl.project13.maven</groupId>
-						<artifactId>git-commit-id-plugin</artifactId> (1)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-dependency-plugin</artifactId> (2)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-resources-plugin</artifactId> (3)
-					</plugin>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>exec-maven-plugin</artifactId> (4)
-					</plugin>
-					<plugin>
-						<groupId>org.asciidoctor</groupId>
-						<artifactId>asciidoctor-maven-plugin</artifactId> (5)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-antrun-plugin</artifactId> (6)
-					</plugin>
-					<plugin>
-						<artifactId>maven-deploy-plugin</artifactId> (7)
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+
<properties>
+	<upload-docs-zip.phase>deploy</upload-docs-zip.phase> (8)
+</properties>
+<profiles>
+	<profile>
+		<id>docs</id>
+		<build>
+			<plugins>
+				<plugin>
+					<groupId>pl.project13.maven</groupId>
+					<artifactId>git-commit-id-plugin</artifactId> (1)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-dependency-plugin</artifactId> (2)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId> (3)
+				</plugin>
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>exec-maven-plugin</artifactId> (4)
+				</plugin>
+				<plugin>
+					<groupId>org.asciidoctor</groupId>
+					<artifactId>asciidoctor-maven-plugin</artifactId> (5)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-antrun-plugin</artifactId> (6)
+				</plugin>
+				<plugin>
+					<artifactId>maven-deploy-plugin</artifactId> (7)
+				</plugin>
+			</plugins>
+		</build>
+	</profile>
+</profiles>
@@ -602,6 +602,10 @@ approach of generating documentation just add these plugins to your docs7 This plugin ensures that the generated zip docs will get published + +8 +This property turns on the "deploy" phase for <7> +
@@ -681,9 +685,9 @@ The order of plugin declaration is important!
.
 └── guides
-    ├── gs-guide1
-    ├── gs-guide2
-    └── gs-guide3
+ ├── gs-guide1 + ├── gs-guide2 + └── gs-guide3
diff --git a/reference/html/spring-cloud-build.html b/reference/html/spring-cloud-build.html index 676d3757..ecbd229a 100644 --- a/reference/html/spring-cloud-build.html +++ b/reference/html/spring-cloud-build.html @@ -509,12 +509,12 @@ Remember to set the Scan Scope to All sources since we
<build>
-    <plugins>
-        <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>flatten-maven-plugin</artifactId>
-        </plugin>
-    </plugins>
+	<plugins>
+		<plugin>
+			<groupId>org.codehaus.mojo</groupId>
+			<artifactId>flatten-maven-plugin</artifactId>
+		</plugin>
+	</plugins>
 </build>
@@ -531,45 +531,45 @@ approach of generating documentation just add these plugins to your docs
-
<profiles>
-		<profile>
-			<id>docs</id>
-			<properties>
-				<upload-docs-zip.phase>deploy</upload-docs-zip.phase>
-			</properties>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>pl.project13.maven</groupId>
-						<artifactId>git-commit-id-plugin</artifactId> (1)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-dependency-plugin</artifactId> (2)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-resources-plugin</artifactId> (3)
-					</plugin>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>exec-maven-plugin</artifactId> (4)
-					</plugin>
-					<plugin>
-						<groupId>org.asciidoctor</groupId>
-						<artifactId>asciidoctor-maven-plugin</artifactId> (5)
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-antrun-plugin</artifactId> (6)
-					</plugin>
-					<plugin>
-						<artifactId>maven-deploy-plugin</artifactId> (7)
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+
<properties>
+	<upload-docs-zip.phase>deploy</upload-docs-zip.phase> (8)
+</properties>
+<profiles>
+	<profile>
+		<id>docs</id>
+		<build>
+			<plugins>
+				<plugin>
+					<groupId>pl.project13.maven</groupId>
+					<artifactId>git-commit-id-plugin</artifactId> (1)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-dependency-plugin</artifactId> (2)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId> (3)
+				</plugin>
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>exec-maven-plugin</artifactId> (4)
+				</plugin>
+				<plugin>
+					<groupId>org.asciidoctor</groupId>
+					<artifactId>asciidoctor-maven-plugin</artifactId> (5)
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-antrun-plugin</artifactId> (6)
+				</plugin>
+				<plugin>
+					<artifactId>maven-deploy-plugin</artifactId> (7)
+				</plugin>
+			</plugins>
+		</build>
+	</profile>
+</profiles>
@@ -602,6 +602,10 @@ approach of generating documentation just add these plugins to your docs7 This plugin ensures that the generated zip docs will get published + +8 +This property turns on the "deploy" phase for <7> +
@@ -681,9 +685,9 @@ The order of plugin declaration is important!
.
 └── guides
-    ├── gs-guide1
-    ├── gs-guide2
-    └── gs-guide3
+ ├── gs-guide1 + ├── gs-guide2 + └── gs-guide3