The Apache Maven team is pleased to announce the release of the Apache Maven
Site Plugin, version 3.6
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.
https://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.6</version>
</plugin>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-site-plugin/download.cgi
Release Notes - Maven Site Plugin - Version 3.6
** Bug
* [MSITE-654] - Appending a slash to the repository URL makes deploying to
GitHub impossible
* [MSITE-782] - Support for custom Velocity tools has disappeared
* [MSITE-783] - Bad modules links when 'distributionManagement.site.url'
comes from settings.xml
* [MSITE-786] - Migrating from 3.4 to 3.5.1, a mvn site run now ask me for
'META-INF/maven/site.vm'
** Improvement
* [MSITE-775] - add info output to site:attach-descriptor
* [MSITE-776] - Upgrade maven-shared-components parent to version 30
* [MSITE-777] - Upgrade of 'plexus-archiver' to version 3.3.
* [MSITE-778] - Upgrade maven-archiver to 3.1.0
* [MSITE-784] - upgrade maven-reporting-exec
* [MSITE-785] - Documentation of saveProcessedContent parameter is empty
** New Feature
* [MSITE-779] - add color to report generation messages
** Task
* [MSITE-780] - Upgrade of plexus-archiver to 3.4.
* [MSITE-781] - Upgrade of maven-archiver to 3.1.1.
** Wish
* [MSITE-705] - Too much information in maven logs during site:deploy in
sftp...
Enjoy,
-The Apache Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]