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 2010/06/04 19:11:26 UTC

[ANN] Maven Site Plugin 2.1.1 Released

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

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 <reporting> section of the POM.

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

You should specify the version in your project's plugin configuration in
the <build> section:

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


Release Notes - Maven 2.x Site Plugin - Version 2.1.1

** Bug
    * [MSITE-440] - Site generation fails if unable to retrieve schema
(in offline mode)
    * [MSITE-456] - [regression] Site navigation not generated
    * [MSITE-464] - Site generation fails on <!DOCTYPE> in xdoc
documentation
    * [MSITE-477] - <menu ref="modules"/> href's drop the leading
character in the href when staging a site

** New Feature
    * [MSITE-463] - Lithuanian translation
    * [MSITE-474] - Make validation configurable

** Task
    * [MSITE-478] - Attach site descriptor as an artifact, not metadata,
to the project
    * [MSITE-482] - Update to Doxia 1.1.3



Enjoy,

-The Maven team


-- 
Dennis Lundberg