From 394225f30d37f465a9f1d6ee793ca426c5afb999 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 d7d72ff0..acae99b2 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ maven-site-plugin - 3.21.0 + 3.9.1 ${project.build.directory}/filtered-site -- 2.39.5