Github user ilooner commented on a diff in the pull request:
https://github.com/apache/drill/pull/1215#discussion_r182266896
--- Diff: protocol/pom.xml ---
@@ -149,8 +152,12 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
+ <configuration>
--- End diff --
Thanks for catching. Removed, verified that `mvn process-sources -P
proto-compile` and `mvn clean install -P proto-compile` generated code with the
headers and that `mvn process-sources -P proto-compile -Dlicense.skip=true`
generates sources without license headers.
---