From 1da4e0323a16f2119710914c878bc753a4f06e3c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 4 Oct 2019 12:04:45 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 3 ++- reference/html/index.html | 3 ++- reference/html/spring-cloud-build.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/html/README.html b/reference/html/README.html index 1a15ae40..3149f7ba 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -585,7 +585,8 @@ The order of plugin declaration is important! <generated-resources-root>${project.basedir}/target/generated-resources </generated-resources-root> <!-- Use this attribute the reference code from another module --> - <project-root>${maven.multiModuleProjectDirectory}</project-root> + <!-- Note the @ at the end, lowering the precedence of the attribute --> + <project-root>${maven.multiModuleProjectDirectory}@</project-root> <!-- It's mandatory for you to pass the docs.main property --> <github-repo>${docs.main}</github-repo> <github-raw> diff --git a/reference/html/index.html b/reference/html/index.html index e8d51a72..61549e32 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -586,7 +586,8 @@ The order of plugin declaration is important! <generated-resources-root>${project.basedir}/target/generated-resources </generated-resources-root> <!-- Use this attribute the reference code from another module --> - <project-root>${maven.multiModuleProjectDirectory}</project-root> + <!-- Note the @ at the end, lowering the precedence of the attribute --> + <project-root>${maven.multiModuleProjectDirectory}@</project-root> <!-- It's mandatory for you to pass the docs.main property --> <github-repo>${docs.main}</github-repo> <github-raw> diff --git a/reference/html/spring-cloud-build.html b/reference/html/spring-cloud-build.html index e8d51a72..61549e32 100644 --- a/reference/html/spring-cloud-build.html +++ b/reference/html/spring-cloud-build.html @@ -586,7 +586,8 @@ The order of plugin declaration is important! <generated-resources-root>${project.basedir}/target/generated-resources </generated-resources-root> <!-- Use this attribute the reference code from another module --> - <project-root>${maven.multiModuleProjectDirectory}</project-root> + <!-- Note the @ at the end, lowering the precedence of the attribute --> + <project-root>${maven.multiModuleProjectDirectory}@</project-root> <!-- It's mandatory for you to pass the docs.main property --> <github-repo>${docs.main}</github-repo> <github-raw>