The Maven team is pleased to announce the release of the Maven Site Plugin 3, 
version 3.2

The Maven Site Plugin is a plugin that generates a site for the current project.

http://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.2</version>
</plugin>


Release Notes - Maven Site Plugin 3 - Version 3.2

Bug
* [MSITE-652] site not staging when skipDeploy=true
* [MSITE-649] The staged site is still deployed to a wrong place
* [MSITE-645] Menu no longer accepts "href" attribute
* [MSITE-644] NullPointerException when site URL is not defined in 
distributionManagement

Improvement
* [MSITE-647] reduce visibility of the new reportPlugins format documentation 
waiting for better support

Task
* [MSITE-643] use maven-plugin-tools' java 5 annotations


Enjoy,

-The Maven team

Reply via email to