The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.8
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.8</version> </plugin> Release Notes - Maven Changes Report Plugin - Version 2.8 Bug * [MCHANGES-285] SAXException parsing JIRA XML from JIRA 5.1 Improvement * [MCHANGES-268] Create an issue link template for Sourceforge 2.0 * [MCHANGES-267] Add ability to skip JIRA report creation * [MCHANGES-176] Make ConversionTool available in the VelocityContext New Feature * [MCHANGES-283] Add GitHub reporter Task * [MCHANGES-284] use maven-plugin-tools' java 5 annotations Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
