wombatu-kun commented on code in PR #19275:
URL: https://github.com/apache/hudi/pull/19275#discussion_r3575569886
##########
pom.xml:
##########
@@ -693,7 +693,9 @@
<!-- local files not in version control -->
<exclude>**/*.iml</exclude>
<exclude>.mvn/**</exclude>
- <exclude>hudi-trino-plugin/**</exclude>
+ <!-- Match at any depth: the source-release checks copy the tree
into a scratch
+ directory, and a root-anchored pattern would not exclude
the copy. -->
+ <exclude>**/hudi-trino-plugin/**</exclude>
Review Comment:
Done 847b1e8038df. The scratch copy is now staged in `${{ runner.temp }}`
instead of inside the workspace, so RAT no longer scans it, and the pom exclude
is reverted to `hudi-trino-plugin/**`.
--
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]