* 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.
</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>