Ronen Peleg edited a comment on New Feature JENKINS-14274

As you know the Jenkins Jacoco plugin still doesn't support "Multi module reporting", using "jacoco:report" will create you only the last module.

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.

Note that, the best practice is to create the jacoco.exec for each target directory.

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

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