docs
| 6 |
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
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId> (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 docs
| 6 |
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
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId> (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 docs
| 6 |
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 |
+