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

  org.apache.maven.plugins
  maven-site-plugin
  4.0.0-M1

Release Notes – Maven Site Plugin – Version 4.0.0-M1

  • Dependency upgrades:

    • MSITE-892 – Upgrade to Doxia/Doxia Sitetools to 2.0.0-M2
    • MSITE-893 – Upgrade Maven Reporting API to 4.0.0-M1
    • MSITE-894 – Upgrade Maven Reporting Exec to 2.0.0-M1
    • MSITE-895 – Upgrade plugins and components in ITs
    • MSITE-897 – Upgrade Plexus Archiver to 4.2.7
    • MSITE-898 – Upgrade Parent to 36

Enjoy,

-The Apache Maven team