Apache Maven Site Plugin Version 3.5.1 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.5.1.
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.
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-site-plugin/download.cgi
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-site-plugin</artifactId>
4 <version>3.5.1</version>
5</plugin>
Release Notes - Maven Site Plugin - Version 3.5.1
Bugs:
- 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
Improvements:
- 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 Apache Maven team