History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MCHANGES-47
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Olivier Lamy
Reporter: Dennis Lundberg
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

Add support for multiple <issue> and <due-to> tags in changes.xml

Created: 16/Jul/06 04:17 AM   Updated: 04/Aug/08 06:18 PM
Component/s: changes-report
Affects Version/s: 2.0-beta-3, 2.0-beta-2, 2.0
Fix Version/s: 2.1

Time Tracking:
Not Specified

File Attachments: 1. Text File maven-change-multiple-issue.patch (10 kb)
2. Text File MCHANGES-47-maven-changes-plugin.patch (78 kb)

Issue Links:
Related
 
dependent
 


 Description  « Hide
This is to improve the compatibility with changes.xml files used by the Maven 1 version of the plugin. See MPCHANGES-15 and MPCHANGES-16 for more info.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Denis Cabasson - 01/Aug/06 03:29 AM
Patch including new format of changes file, modello backed.
Patch should be backward compatible with previous file format.

TestCases have been upgraded, to check for support of both new and old format.

TODO : test Jira announcement Mojo, to check there is no regression there

TODO: upgrade pom to maven-plugin:2-SNAPSHOT (I don't have maven:2.0.5-SNAPSHOT yet)

TODO: generate a XML Schema (XSD) out of the modello file. We need http://jira.codehaus.org/browse/MODELLO-49 to do this.


Julien HENRY - 29/Nov/06 04:09 AM
This patch simply add suport for multiple issues (comma separated).

Olivier Lamy - 30/Jul/08 05:21 PM
fixed in rev 681225

Dennis Lundberg - 31/Jul/08 07:11 AM
The applied patch for this is not compatible with Maven 1, which was the whole purpose of this issue.

Check the documentation for the Maven 1 plugin to see this should work:
http://maven.apache.org/maven-1.x/plugins/changes/


Olivier Lamy - 31/Jul/08 12:02 PM
Thanks for the link Dennis
Never seen it before.

Olivier Lamy - 04/Aug/08 07:58 AM
I have updated the changes.mdo and report generator.
But this need some other work in modello for xsd generation (here we need mixed="true" in the complex type Action).

Olivier Lamy - 04/Aug/08 06:18 PM
fixed in rev 682537.