I'm closing this thread to avoid useless duplication of it with comments in PR https://github.com/jacoco/jacoco/pull/430
Best regards, Evgeny On Wednesday, June 29, 2016 at 11:16:46 PM UTC+2, [email protected] wrote: > > 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/b1eaf98a-87c8-4b37-8e14-d670e6b50830%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
