the-other-tim-brown commented on code in PR #450:
URL: https://github.com/apache/incubator-xtable/pull/450#discussion_r1617264638
##########
pom.xml:
##########
@@ -596,6 +597,65 @@
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>${apache.rat.version}</version>
+ <configuration>
+ <licenses>
+ <license>
+ <family>AL</family>
+ <text>Licensed under the Apache License, Version
2.0 (the
+ "License")</text>
+ <text>Licensed to the Apache Software Foundation
(ASF) under
+ one
+ or more contributor license agreements; and to
You under
+ the
+ Apache License, Version 2.0.</text>
+
<text>http://www.apache.org/licenses/LICENSE-2.0</text>
+
<text>https://www.apache.org/licenses/LICENSE-2.0</text>
+
<text>http://www.apache.org/licenses/LICENSE-2.0.html</text>
+
<text>https://www.apache.org/licenses/LICENSE-2.0.html</text>
+
<text>http://www.apache.org/licenses/LICENSE-2.0.txt</text>
+
<text>https://www.apache.org/licenses/LICENSE-2.0.txt</text>
+ </license>
+ </licenses>
+ <families>
+ <family>
+ <id>AL</id>
+ <name>Apache License Version 2.0</name>
+ </family>
+ </families>
+ <excludes>
+ <exclude>NOTICE</exclude>
+ <exclude>DISCLAIMER</exclude>
+ <exclude>**/.*</exclude>
+ <exclude>**/*.json</exclude>
+ <exclude>**/*.log</exclude>
+ <exclude>**/*.png</exclude>
+ <exclude>**/*.jpg</exclude>
+ <exclude>**/*.avsc</exclude>
Review Comment:
I think we need to include avro schemas. They are included in other the Hudi
repo
--
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]