Hi,
The Maven team is pleased to announce the release of the Maven Site
Plugin, version 3.0-beta-2 for Maven 3.
This version is intended to be the first version of the Maven Site
Plugin for Maven 3 and it currently only works with Apache Maven
3.0-beta-3.

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.

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-2</version>
</plugin>

Release Notes - Maven Site Plugin - Version 3.0-beta-2
** Bug
    * [MSITE-481] - Deploy site:deploy not working for maven 3 for DAV

** Improvement
    * [MSITE-498] - Update to last maven-core 3.0-beta-3

You can read more in the plugin documentation [1]
On the wiki page [2], you will find more information on how to
configure your POM in order to be able to continue building site with
both Maven 2.x and Maven 3.

Have Fun !
-- 
The Maven  Team

[1] http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-2
[2] https://cwiki.apache.org/confluence/x/sokr

Reply via email to