diff --git a/reference/html/README.html b/reference/html/README.html index 94d6c3d5..af60b9a9 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -540,6 +540,10 @@ approach of generating documentation just add these plugins to your docs(6) </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> (7) + </plugin> </plugins> </build> </profile> @@ -572,6 +576,10 @@ approach of generating documentation just add these plugins to your docs6 This plugin is required to copy resources into proper final destinations and to generate main README.adoc and to assert that no files use unresolved links + +7 +This plugin ensures that the generated zip docs are attached as an artifact and will get published +
diff --git a/reference/html/index.html b/reference/html/index.html index f107f027..e667ff34 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -541,6 +541,10 @@ approach of generating documentation just add these plugins to your docs(6) </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> (7) + </plugin> </plugins> </build> </profile> @@ -573,6 +577,10 @@ approach of generating documentation just add these plugins to your docs6 This plugin is required to copy resources into proper final destinations and to generate main README.adoc and to assert that no files use unresolved links + +7 +This plugin ensures that the generated zip docs are attached as an artifact and will get published +
diff --git a/reference/html/spring-cloud-build.html b/reference/html/spring-cloud-build.html index f107f027..e667ff34 100644 --- a/reference/html/spring-cloud-build.html +++ b/reference/html/spring-cloud-build.html @@ -541,6 +541,10 @@ approach of generating documentation just add these plugins to your docs(6) </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> (7) + </plugin> </plugins> </build> </profile> @@ -573,6 +577,10 @@ approach of generating documentation just add these plugins to your docs6 This plugin is required to copy resources into proper final destinations and to generate main README.adoc and to assert that no files use unresolved links + +7 +This plugin ensures that the generated zip docs are attached as an artifact and will get published +