You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/10/15 17:52:41 UTC

[ANN] Maven Site Plugin 3 3.2 Released

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org