daragu commented on code in PR #450:
URL: https://github.com/apache/incubator-xtable/pull/450#discussion_r1616635109


##########
pom.xml:
##########
@@ -596,6 +597,66 @@
                     <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>
+                        <exclude>**/*.ipynb</exclude>
+                        <exclude>**/demo/data/**</exclude>
+                        <exclude>**/website/**</exclude>
+                        <exclude>**/*NOTICE*</exclude>
+                        <exclude>**/*LICENSE*</exclude>
+                        <exclude>**/dependency-reduced-pom.xml</exclude>
+                        <exclude>**/target/**</exclude>
+                        <exclude>**/generated-sources/**</exclude>
+                        <exclude>.github/**</exclude>
+                        <!-- local files not in version control -->

Review Comment:
   make sense.



-- 
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]

Reply via email to