Issue Details (XML | Word | Printable)

Key: MTAGLIST-30
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Henrik Lynggaard
Votes: 5
Watchers: 5
Operations

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

Taglist should output xml files in order to be consumed by other plugins e.g. the dashboard plugin

Created: 27/Jan/08 07:49 AM   Updated: 05/Sep/08 01:41 AM
Component/s: None
Affects Version/s: 2.1
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File modello-taglist-xmloutput.patch (11 kB)
2. Text File taglist-xmloutput.patch (7 kB)

Environment: All

Patch Submitted: Yes


 Description  « Hide
Currently the taglist plugin only output html directly, which can be hard for other plugins to consume. taglist should be improved to output xml files as well

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Vicente added a comment - 25/Aug/08 09:04 AM
Hi,

i've applied this patch for dashboard plugin integration in a personal snapshot version and it works fine.

Could you apply this patch and make a 2.3 release ?


Nate Stoddard added a comment - 04/Sep/08 04:49 PM
I've added a patch that used Modello to generate the XML output for the Dashboard plugin. I'm not sure which patch you want to go with, but I saw in the mail thread for the Taglist v2.2 release voting that there was some concern about using Xstream instead of Modello.

http://markmail.org/message/exuvzatgywnkmjua

I did need to force the PMD plugin to version 2.4 (MOJO-16 is currently at version 2.2). Otherwise, the generated Modello files would be scanned by the plugin.


David Vicente added a comment - 05/Sep/08 01:41 AM
I've used the taglist-xmloutput.patch.

i don't care if the xml output format is the same.

I will test the last one (with Modello).