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:
- MCHANGES-328 Allow setting useJql parameter from the command line
- MCHANGES-303 Add an option to enable tls
- MCHANGES-282 New parameter releaseDateLocale in changes-check goal
New Feature:
- MCHANGES-292 announcement-generate goal doesn't respect useJql parameter
Task:
- MCHANGES-332 Update to maven-reporting-impl 2.2
- MCHANGES-331 Update to Doxia 1.4 and Doxia Sitetools 1.4
Enjoy,
-The Maven team