alexeykudinkin commented on a change in pull request #3909:
URL: https://github.com/apache/hudi/pull/3909#discussion_r741506956
##########
File path: packaging/hudi-utilities-bundle/pom.xml
##########
@@ -36,6 +36,28 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludeSubProjects>false</excludeSubProjects>
+ <numUnapprovedLicenses>0</numUnapprovedLicenses>
Review comment:
My understanding is that hudi-utilities-bundle is an anchor project to
tie all of Hudi into a single fat jar. As such i'm expecting that individual
projects continue to enforce individual license configs, and in this pom we're
only looking to exclude irrelevant transient directories/files. Hence didn't
copy the licensing part.
--
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]