Maven Site Plugin 2.0.1 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Site Plugin 2.0.1 Released

by Dennis Lundberg-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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

The Site Plugin is used to generate a site for the 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>2.0.1</version>
</plugin>


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

** Bug
    * [MSITE-394] - Deploying a staging site doesn't set the same
permissions as when deploying a site

** Improvement
    * [MSITE-400] - Make repository id for stage-deploy configurable
    * [MSITE-413] - Add an ASF-compliant source release assembly


Enjoy,

-The Maven team