Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 2.5
-
Labels:None
-
Number of attachments :
Description
I'm intending to write a Merge task for this plugin, as the company I work for has a need for a grand, summarizing report for their entire project, not just one for each module.
This warrants the question: is there any interest among other users and developers to have this bit contributed back into the plugin? And if so, does anyone have ideas on how to best go about doing such a thing? I'm currently trying to wrap my head around the MOJO API, and have some doubts as to how to go about certain things in the best way.
Issue Links
- duplicates
-
MCOBERTURA-85
Configuration for different report encodings (other than UTF-8)
-
I'm interested!
The merge task should take 2 forms.
1) Ability to merge any arbitrary cobertura.ser files together. As specified by the configuration (consider using includes/excludes with the plexus DirectoryScanner)
2) Multi-Module merge. Similar in functionality to the javadoc and clover multi-module reports, where all of the reports from the sub modules are rolled up into a giant master report.