From d36218f9d1b58ee7e78f981777ee13049708088d Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 7 Nov 2025 13:17:32 +0100 Subject: [PATCH] Switched back to version `3.9.1` of `maven-site-plugin` * Version `3.21.0` did not build the Java-API-documentation and several other pages with the given configuration. * It should also be possible, to fix the configuration. But switching back to the older version of the plugin was the quicker workaround. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f76764f..7c697476 100644 --- a/pom.xml +++ b/pom.xml @@ -322,7 +322,7 @@ maven-site-plugin - 3.21.0 + 3.9.1 ${project.build.directory}/filtered-site -- 2.39.5