]> juplo.de Git - hibernate-maven-plugin/commitdiff
Switched back to version `3.9.1` of `maven-site-plugin` 2.1.0
authorKai Moritz <kai@juplo.de>
Fri, 7 Nov 2025 12:17:32 +0000 (13:17 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 7 Nov 2025 12:26:46 +0000 (13:26 +0100)
* 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

diff --git a/pom.xml b/pom.xml
index d7d72ff05b6fcb3de7bdc25094bb0452df7040c0..acae99b2e880f2fa96bd6490ecf6601666bcf01f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.21.0</version>
+        <version>3.9.1</version>
         <configuration>
           <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
         </configuration>