You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2020/06/25 06:26:20 UTC

[ANN] Apache Maven Site Plugin 3.9.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.9.1

This 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.

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.9.1</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 - Maven Site Plugin - Version 3.9.1

** Bug
    * [MSITE-856] - NullPointer on org.apache.maven.plugins.site.render.SiteMap.relativePath
    * [MSITE-863] - NoSuchMethodError: 'Xpp3Dom.getInputLocation()' when running reports with Maven versions < 3.6.1

** Improvement
    * [MSITE-845] - Drop Maven 2 support
    * [MSITE-862] - log Doxia source when rendering with site:run

** Task
    * [MSITE-757] - drop Maven 2 support


Enjoy,

-The Apache Maven team