yihua commented on code in PR #11073:
URL: https://github.com/apache/hudi/pull/11073#discussion_r1580232583
##########
pom.xml:
##########
@@ -2040,6 +2040,27 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ <execution>
Review Comment:
I'm wondering if the goal should be `verify`, i.e., `mvn clean verify` for
`report-aggregate` to work. Have you tried the exact repo from
https://github.com/jacoco/jacoco/blob/master/jacoco-maven-plugin.test/it/it-report-aggregate
and see if it works locally with maven?
For the issue of dynamic loaded modules, maybe we can first try excluding
such modules like `hudi-spark` and run for `hudi-spark-client` for example.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]