You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Michael Osipov <mi...@apache.org> on 2018/03/27 19:49:44 UTC

[ANN] Release Maven Help Plugin 3.0.1 released

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

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


Re: [ANN] Release Maven Help Plugin 3.0.1 released

Posted by Enrico Olivelli <eo...@gmail.com>.
Il mar 27 mar 2018, 21:49 Michael Osipov <mi...@apache.org> ha scritto:

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

IMHO this description is about a different plugin.

Enrico


> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
> --


-- Enrico Olivelli