The Maven team is pleased to announce the release of the Maven Site Plugin, version 2.2
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 build plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>2.2</version> </plugin> Release Notes - Maven 2.x Site Plugin - Version 2.2 ** Bug * [MSITE-459] - More than one version of 'org.apache.commons.logging.Log' visible in the classpath * [MSITE-490] - [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available. Please update this plugin. * [MSITE-508] - attach-descriptor goals leaks file handlers, causing sporadic build failures when gpg tries to sign descriptor during release ** Improvement * [MSITE-520] - Russian localization ** New Feature * [MSITE-465] - Add a site:effective-site goal (similar to help:effective-pom) ** Task * [MSITE-369] - remove copy of reporting-api MavenMultiPageReport class * [MSITE-487] - upgrade source to java 5 * [MSITE-522] - Update to Doxia 1.1.4 * [MSITE-526] - Update to maven-doxia-tools 1.3 Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
