]> juplo.de Git - hibernate-maven-plugin/commitdiff
Switched back to version `3.9.1` of `maven-site-plugin` 1.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 14:11:34 +0000 (15:11 +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 9f76764f9576137d9187ecf9cd6ff116832e538f..7c6974761254a8e89d38537abfddec98dc5b3531 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>