Github user ilooner commented on a diff in the pull request:
https://github.com/apache/drill/pull/1207#discussion_r181249189
--- Diff: pom.xml ---
@@ -198,6 +200,78 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.12</version>
+ <executions>
+ <execution>
--- End diff --
This was here originally. I tried removing it. When it is removed the rat
plugin is not executed when doing `mvn clean install`. So it seems to be
required.
---