Hi,

The Maven team is pleased to announce the release of the Maven Site
Plugin, version 3.0-beta-3 for Maven 3.
This version is intended to be the version of the Maven Site Plugin for Maven 3.

The Site Plugin is used to generate a site for the project.

You should specify the version in the <build> section of your project's POM:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-site-plugin</artifactId>
 <version>3.0-beta-3</version>
</plugin>

Release Notes - Maven 3.x Site Plugin - Version 3.0-beta-3


** Bug
    * [MSITE-500] - Warning message about missing report plugin
version shows null instead of plugin groupId:aritfactId
    * [MSITE-504] - Maven site fails to run due to non-report goals
    * [MSITE-505] - Unable to use SVN SCM wagon to upload a site
    * [MSITE-506] - Maven3 conflict with plexus-archiver
    * [MSITE-507] - report plugin doesn't have dependencies section
coming from build section configuration
    * [MSITE-508] - attach-descriptor goals leaks file handlers,
causing sporadic build failures when gpg tries to sign descriptor
during release
    * [MSITE-512] - [Regression] Configuration of m-javadoc-p at
reportSet level is not taken into account



** Task
    * [MSITE-513] - use release final maven 3.0 artifacts

Have Fun !
-- 
The Maven  Team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to