Apache Maven Site Plugin 3.7.1 Released
Hervé Boutemy <[email protected]> Sat, 28 Apr 2018 08:29:16 +0200
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.java.hadoop.zookeeper.devel,gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <2799494.6mTO93LJki__23211.8976455697$1524896838$gmane$org@giga> |
The Maven team is pleased to announce the release of the Apache Maven Site
Plugin, version 3.7.1
The Maven Site Plugin is a plugin that generates a site for the current
project.
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.7.1</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.7.1
** Bug
* [MSITE-806] - Site generation does not work when no report configured nor
Doxia document provided
* [MSITE-809] - Documentation: examples/configuring-reports.html includes
invalid XML
* [MSITE-812] - Missing '/' in log when deploying documentation by
site:stage
* [MSITE-817] - inherit edit value in site.xml
* [MSITE-818] - site:run fails to find locale when zh_CN is used
** Improvement
* [MSITE-811] - Upgrade parent to 31
* [MSITE-819] - improve display of site rendering with locale info
** Wish
* [MSITE-815] - highlight skin used to render site and documents
statistics
** Task
* [MSITE-767] - Revert r1729902 caused by DOXIASITETOOLS-155 and fix ITs as
soon as parent POMs and site.xml descriptors have been upgraded
* [MSITE-821] - add documentation on site plugin dependencies
Enjoy,
-The Apache Maven team