This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 5e13f34d07 fix: Fixed site config after config options changed in more
recent site plugin version.
5e13f34d07 is described below
commit 5e13f34d07129167356c08854050ca9958eb44d5
Author: Christofer Dutz <[email protected]>
AuthorDate: Sun Nov 2 16:10:59 2025 +0100
fix: Fixed site config after config options changed in more recent site
plugin version.
fixes #2321
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72881e77f3..71ba2c55f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1160,7 +1160,7 @@
<!--templateFile>${session.executionRootDirectory}/src/site/template/site.vm</templateFile-->
<generateReports>false</generateReports>
<generateSitemap>false</generateSitemap>
- <relativizeDecorationLinks>false</relativizeDecorationLinks>
+ <relativizeSiteLinks>false</relativizeSiteLinks>
<locales>en</locales>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
<outputEncoding>${project.reporting.outputEncoding}</outputEncoding>