Hi,
I have a multijob project in jenkins. Each individual project creates its own surefire report using maven . So at last, i have 3 surefire reports,as i have three free-style projects in my top multi-job project. Now i want to combile these 3 reports into one aggregate report, so that it will be easy to me to look at it.
I am using cobertura and dashboard maven plugin addtionally. This will help me to create the test coverage and dashboard of individual freestyle jenkins project. Is there any way in maven by which i can create a aggregate report from multi-project.
Thanks,
Niraj