Apache Maven ChangeLog Plugin 2.3 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Changelog Plugin, version 2.3.

The Maven Changelog Plugin generates reports regarding the recent changes in your Software Configuration Management or SCM. These reports include the changelog report, developer activity report and the file activity report.

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

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

Release Notes - Maven Changelog Plugin - Version 2.3

Bugs:

Improvements:

  • MCHANGELOG-110 - use ${project.reporting.outputEncoding} as default value for "outputEncoding" parameter and default to UTF-8
  • MCHANGELOG-114 - add standard skip configuration option
  • MCHANGELOG-123 - Patch with support for SCM provider implementations (similar to release plugin)
  • MCHANGELOG-126 - Upgrade to Maven SCM 1.8
  • MCHANGELOG-131 - Resource bundle for Spanish Argentina

New Feature:

Task

Enjoy,

-The Apache Maven team