The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.0.1.

This module generates browsable HTML pages from Java source code.

https://maven.apache.org/plugins/maven-help-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-help-plugin</artifactId>
  <version>3.0.1</version>
</plugin>


Release Notes - Maven Help Plugin - Version 3.0.1

** Bug
* [MPH-135] - help:effective-pom crashes with NPE in multi module builds with -Doutput set
    * [MPH-139] - Invalid default namespace set for effective settings
    * [MPH-140] - Multiple XML declarations written

** Task
    * [MPH-137] - Use JDOM's PrettyFormatter throughout
    * [MPH-138] - Drop AbstractEffectiveMojo#addMavenNamespace()
    * [MPH-141] - Use non-deprecated field in DateFormatUtils

** Dependency upgrade
    * [MPH-136] - Upgrade JDOM to 1.1.3


Enjoy,

-The Apache Maven team

Reply via email to