The Maven team is pleased to announce the release of the Apache Maven Site 
Plugin, version 3.7

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.7</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

** Bug
    * [MSITE-796] - Unable to generate site with JDK9 - 
java.lang.ExceptionInInitializerError / Caused by: 
java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 1

** Improvement
    * [MSITE-787] - display what reports are added automatically when no 
reportSet is defined
    * [MSITE-791] - upgrade Doxia to 1.8 to benefit from new Markdown parser 
(require Java 7)
    * [MSITE-797] - simplify stacktrace in case of report plugin execution 
failure
    * [MSITE-804] - update Doxia Site Renderer to 1.8

** Task
    * [MSITE-792] - drop reportPlugins parameter ("new format")
    * [MSITE-802] - Support more than one directory: improve target/generated-
site documentation
    * [MSITE-805] - switch to Git
    
Enjoy,
    
-The Apache Maven team

Reply via email to