You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Benson Margulies <bi...@apache.org> on 2011/06/23 00:47:16 UTC

[ANN] Maven Changes Plugin 2.6 released

The Maven team is pleased to announce the release of the Maven Changes
Report Plugin, version 2.6

Creates a release history for inclusion into the site and assists in
generating an announcement mail.

http://maven.apache.org/plugins/maven-changes-plugin

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-changes-plugin</artifactId>
 <version>2.6</version>
</plugin>


Release Notes - Maven Changes Report Plugin - Version 2.6

Bug
* [MCHANGES-254] Example doesn't work - spaces not allowed in
statusIds and resolutionIds after a comma
* [MCHANGES-253] Documentation bug - "Closed" is not a resolutionID
* [MCHANGES-249] The jira downloaded used for announcements only
supports 'closed'
* [MCHANGES-168] Jira Report (jira-report.html) scrambles encoding of
Jira Issues when their summary is written in Non Latin Characters

Improvement
* [MCHANGES-260] Add pt_BR localization
* [MCHANGES-259] Create modularity for supporting multiple issue
management systems
* [MCHANGES-250] ccAddresses and bccAddresses should not be 'required'
* [MCHANGES-248] Support custom jira status ids, please
* [MCHANGES-246] Create an issue link template for Trackplus

New Feature
* [MCHANGES-245] Custom mapping of IMS issue types to action types for
announcements


Enjoy,

-The Maven team