[ANN] Apache Maven Site Plugin 3.22.0 Released

Konrad Windszus <[email protected]> Sat, 23 May 2026 21:11:58 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CBE8DE8C-5616-46AE-AE7D-1CF91C19A008__19629.6255265892$1779563562$gmane$org@apache.org>
The Apache Maven team is pleased to announce the release of the Apache =
Maven Site Plugin, version 3.22.0

https://maven.apache.org/plugins/maven-site-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.22.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-site-plugin/download.cgi

Release Notes: =
https://github.com/apache/maven-site-plugin/releases/tag/maven-site-plugin=
-3.22.0

Enjoy,

-The Apache Maven team