Apache Maven Site Plugin Version 4.0.0-M1 Released

1 · Karl Heinz Marbaise · May 1, 2022, 12:30 p.m.
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 4.0.0-M1. The Site Plugin is used to generate a site for the project. The generated site also includes the project’s reports that were configured in the POM. You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-site-plugin/download.cgi 1 2 3 4 5 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> ...