Hi, As stated in http://www.jacoco.org/jacoco/trunk/doc/report-aggregate-mojo.html "report-aggregate" uses dependencies to build report, so requires a dedicated module and not aggregator pom.
You can find an example in integration tests for JaCoCo Maven Plugin - see https://github.com/jacoco/jacoco/tree/v0.7.8/jacoco-maven-plugin.test/it/it-report-aggregate Also build of JaCoCo itself utilizes this feature - see https://github.com/jacoco/jacoco/blob/0.7.8/org.jacoco.doc/pom.xml#L111-L135 And you can find other examples in internet, e.g. https://groups.google.com/d/msg/jacoco/mfRi97alxqs/63KqpEZKAQAJ Hope this clarifies, Evgeny -- 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/c348a8b4-9b72-43da-bc02-3ac9bd531c2e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
