Hi, You are right, usage of words "root project" was not correct. Nevertheless primary intention was to added the classes from module "report" from your example . Also your test project "it-report-aggregate" generates site which DOES NOT contain ReportTest class located report module.
During generating report/site original implementation loads all exec files from all submodules and also from "report" module. But it omits "analyzing" classes from report module. Here is the log from your project. I guest it is wrong [INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report-aggregate (report-aggregate) @ report --- [INFO] Loading execution data file /home/martin/git/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/report/target/jacoco.exec [INFO] Loading execution data file /home/martin/git/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child1/target/jacoco.exec [INFO] Loading execution data file /home/martin/git/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child1-test/target/jacoco.exec [INFO] Loading execution data file /home/martin/git/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child2/target/jacoco.exec [INFO] Analyzed bundle 'child1' with 2 classes [INFO] Analyzed bundle 'child2' with 1 classes So, yes, goal is add the source files from "report" module. Best Regards, MOmega -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/535e70e0-ec57-480a-a98d-a256b30d6044%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
