]> juplo.de Git - hibernate-maven-plugin/commitdiff
Switched back to version `3.9.1` of `maven-site-plugin` 2.1.1
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:21:59 +0000 (13:21 +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 42ba952dcbae6019fb9625e995d9b5858a9e8c01..81928b80f49ee39e9b0f86e05fb8535182f6cac7 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>