yaalsn commented on code in PR #17382:
URL: https://github.com/apache/pulsar/pull/17382#discussion_r990915026
##########
pom.xml:
##########
@@ -1952,7 +1952,9 @@ flexible messaging model and an intuitive client
API.</description>
<goal>report</goal>
</goals>
<configuration>
- <outputDirectory>target/report</outputDirectory>
+ <excludes>
+ <exclude>META-INF/**</exclude>
+ </excludes>
Review Comment:
@tisonkun Because I think the [default
value](https://www.eclemma.org/jacoco/trunk/doc/report-mojo.html) makes sense:
`target/jacoco` directory means jacoco reports but `target/report` means multi
kinds of reports.
--
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]