The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 3.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 POM. 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>3.3</version> </plugin> Release Notes - Maven 2.x and 3.x Site Plugin - Version 3.3 ** Bug * [MSITE-658] - 'relativizeDecorationLinks' not working using multiple 'locales'. * [MSITE-662] - jetty listens on port 0 * [MSITE-670] - Cannot use site.xml generated by effective-site goal and output parameter as is * [MSITE-677] - site:run's port cannot be set due to missing @Parameter annotation * [MSITE-678] - Configuring Site Run example contains dead link * [MSITE-680] - site:effective-site failure with Maven 2 * [MSITE-682] - Apostrophe's in Markdown are removed resulting in HTML full of spelling error * [MSITE-683] - reporting fails with Maven 3.1-A1/Eclipse Aether 0.9-M2 * [MSITE-686] - Report inheritance does not work as specified * [MSITE-687] - wrong site stage location when parent pom (not in reactor) has same site ** Improvement * [MSITE-661] - support markdown format per default * [MSITE-666] - Please mark SiteDescriptorAttachMojo as @threadSafe * [MSITE-667] - document reportSets usage ** Wish * [MSITE-684] - disable reportPlugins configuration in POM Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org