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>