You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2018/04/28 06:29:16 UTC

[ANN] Apache Maven Site Plugin 3.7.1 Released

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org