Apache Maven Changes Plugin 2.10 Released

The Maven team is pleased to announce the release of the Apache Maven Changes Plugin, version 2.10.

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

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-changes-plugin</artifactId>
4  <version>2.10</version>
5</plugin>

Release Notes - Apache Maven Changes Plugin - Version 2.10

Bugs:

  • MCHANGES-329 RestJiraDownloader does not handle components, type, updated or version
  • MCHANGES-326 announcement-mail does not respect templateEncoding
  • MCHANGES-324 Plugin logs into JIRA, but doesn't seem to make the status request with the session
  • MCHANGES-323 Incompatible Jira Issue Management URL suggested in documentation
  • MCHANGES-280 announcement-mail broken when using the announcementFile parameter
  • MCHANGES-266 It is not possible to disable the reports in submodules

Improvements:

New Feature:

  • MCHANGES-292 announcement-generate goal doesn't respect useJql parameter

Task:

Enjoy,

-The Maven team