The Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.5.1
The Maven Site Plugin is a plugin that generates a site for the current 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>3.5.1</version> </plugin> You can download the appropriate sources etc. from the download page: http://maven.apache.org/plugins/maven-site-plugin/download.cgi Release Notes - Apache Maven Site Plugin - Version 3.5.1 Bug * [MSITE-771] FAQ Entry for difference between mvn site and mvn site:site is incorrect * [MSITE-769] Can't use property in breadcrumbs items in child module site descriptor Improvement * [MSITE-768] Support Velocity's #parse and #include * [MSITE-700] All inclusion of resources up to ${basedir} when Velocity 1.7 is used Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org