You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/04/27 22:36:19 UTC

[ANN] Maven Site Plugin 2 2.4 Released

The Maven team is pleased to announce the release of the Maven Site Plugin 2, version 2.4

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

http://maven.apache.org/plugins/maven-site-plugin-2.4

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <version>2.4</version>
</plugin>


Release Notes - Maven Site Plugin 2 - Version 2.4

Bug
* [MSITE-600] site plugin 3.0 does not permit a child to fully override parent site deployment URL
* [MSITE-593] Correction in the french localization
* [MSITE-589] Invalid image assignation in html
* [MSITE-585] site-deploy: empty deploy protocol when properties are used

Improvement
* [MSITE-541] add "skip" option for site:deploy

New Feature
* [MSITE-582] Make it possible to remove breadcrumbs in child projects again
* [MSITE-367] add skip parameter for multimodule project

Task
* [MSITE-637] Upgrade to doxia-sitetools-1.3
* [MSITE-636] Upgrade to doxia-1.3


Enjoy,

-The Maven team