In a maven multimodule project, using the jacoco report-aggregate requires
default build directory of Maven:
<directory>${project.basedir}/target</directory>
since the ReportAggregateMojo.java is using the Project BaseDir to look for
execution data.
https://github.com/jacoco/jacoco/blob/master/jacoco-maven-plugin/src/org/jacoco/maven/ReportAggregateMojo.java
If a project is using a different <directory> location, is it possible to tell
the jacoco to use the this directory to load the execution files instead of the
default ${project.basedir}?
--
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/107c6e41-60e7-4121-868b-a7adf3f8cf45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.