Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1207#discussion_r181198668 --- Diff: pom.xml --- @@ -375,12 +449,12 @@ </gitDescribe> </configuration> </plugin> - <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> <version>3.0</version> <configuration> + <skip>${license.skip}</skip> <!-- DRILL-6320 License checks are intentionally skipped by default for development --> --- End diff -- Is the `skip` necessary?
---