diff --git a/reference/html/README.html b/reference/html/README.html index 4e7aaa3f..243ca93e 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -559,10 +559,9 @@ 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> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> (7) + </plugin> </plugins> </build> </profile> @@ -597,7 +596,7 @@ approach of generating documentation just add these plugins to your docs 7 -This plugin ensures that the generated zip docs are attached as an artifact and will get published +This plugin ensures that the generated zip docs will get published @@ -659,8 +658,8 @@ The order of plugin declaration is important! <version-type>${version-type}@</version-type> <!-- Once we go to docs.spring.io should be changed to --> <!-- https://docs.spring.io/${docs.main}/${project.version} --> - <docs-url>${docs-url}@</docs-url> - <raw-docs-url>${raw-docs-url}@</raw-docs-url> + <docs-url>https://docs.spring.io/${docs.main}/${project.version}@</docs-url> + <raw-docs-url>${github-raw}@</raw-docs-url> <project-version>${project.version}@</project-version> <project-name>${docs.main}@</project-name> </attributes> diff --git a/reference/html/index.html b/reference/html/index.html index ccc83246..92eb2512 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -560,10 +560,9 @@ 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> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> (7) + </plugin> </plugins> </build> </profile> @@ -598,7 +597,7 @@ approach of generating documentation just add these plugins to your docs 7 -This plugin ensures that the generated zip docs are attached as an artifact and will get published +This plugin ensures that the generated zip docs will get published @@ -660,8 +659,8 @@ The order of plugin declaration is important! <version-type>${version-type}@</version-type> <!-- Once we go to docs.spring.io should be changed to --> <!-- https://docs.spring.io/${docs.main}/${project.version} --> - <docs-url>${docs-url}@</docs-url> - <raw-docs-url>${raw-docs-url}@</raw-docs-url> + <docs-url>https://docs.spring.io/${docs.main}/${project.version}@</docs-url> + <raw-docs-url>${github-raw}@</raw-docs-url> <project-version>${project.version}@</project-version> <project-name>${docs.main}@</project-name> </attributes> diff --git a/reference/html/spring-cloud-build.html b/reference/html/spring-cloud-build.html index ccc83246..92eb2512 100644 --- a/reference/html/spring-cloud-build.html +++ b/reference/html/spring-cloud-build.html @@ -560,10 +560,9 @@ 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> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> (7) + </plugin> </plugins> </build> </profile> @@ -598,7 +597,7 @@ approach of generating documentation just add these plugins to your docs 7 -This plugin ensures that the generated zip docs are attached as an artifact and will get published +This plugin ensures that the generated zip docs will get published @@ -660,8 +659,8 @@ The order of plugin declaration is important! <version-type>${version-type}@</version-type> <!-- Once we go to docs.spring.io should be changed to --> <!-- https://docs.spring.io/${docs.main}/${project.version} --> - <docs-url>${docs-url}@</docs-url> - <raw-docs-url>${raw-docs-url}@</raw-docs-url> + <docs-url>https://docs.spring.io/${docs.main}/${project.version}@</docs-url> + <raw-docs-url>${github-raw}@</raw-docs-url> <project-version>${project.version}@</project-version> <project-name>${docs.main}@</project-name> </attributes>