]> juplo.de Git - hibernate-maven-plugin/commitdiff
Switched back to version `3.9.1` of `maven-site-plugin` 2.0.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 14:05:29 +0000 (15:05 +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 e6228b55ec6a85a196ddaddc006343e8209ba253..03ceea74ebfad354541aaa4cf0efd8fa19d3caad 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>