> As you know the Jenkins Jacoco plugin still doesn't support "Multi module reporting"

That's indeed the topic of this report. I'm just detailing my use-case here, to ensure it gets covered by the fix.

> using "jacoco:report" will create you only the last module.

Sure, I know this issue: http://sourceforge.net/tracker/?func=detail&aid=3474708&group_id=177969&atid=883354

> If I understand you correctly, you tried to create one exec file that containing all coverage data from all module project, its good idea but still the jenkins plugin will create report only for the last module. To make it work you must to attach the module classes to the jacoco directory when running jacoco report.
> Until we have a multi module reporting implemented in Jenkins Jacoco plugin, you can use the following temporary solution using Ant task:
http://java.dzone.com/articles/jacoco-maven-multi-module

That's what I did. IMy HTML and XML reports, generated with the Jacoco Ant task work just fine, they correctly find classes and sources for all modules I want. So my reports are good, but when passing the XML report to Jacoco Jenkins plugin, it cannot see the classes.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to