Vova Vysotskyi created DRILL-7592:
-------------------------------------
Summary: Add missing licenses and update plugins exclusion list
Key: DRILL-7592
URL: https://issues.apache.org/jira/browse/DRILL-7592
Project: Apache Drill
Issue Type: Task
Reporter: Vova Vysotskyi
Assignee: Vova Vysotskyi
Fix For: 1.18.0
The project contains a lot of files without licenses, like this one:
[https://github.com/apache/drill/blob/f2654eed3b6d444280b5c0c2a507edc355c676e6/contrib/format-excel/src/main/resources/drill-module.conf].
Besides {{*.conf}} files, there are other file types that may and should
contain license.
Except for adding licenses, some binary files should be excluded from the check
to avoid warnings like this one:
{noformat}
[INFO] --- license-maven-plugin:3.0:check (default) @ drill-root ---
[INFO] Checking licenses...
[WARNING] Unknown file extension:
/home/runner/work/drill/drill/contrib/format-esri/src/test/resources/shapefiles/CA-cities.shp
[WARNING] Unknown file extension:
/home/runner/work/drill/drill/contrib/format-esri/src/test/resources/shapefiles/CA-cities.prj
[WARNING] Unknown file extension:
/home/runner/work/drill/drill/contrib/format-esri/src/test/resources/shapefiles/CA-cities.dbf
[WARNING] Unknown file extension:
/home/runner/work/drill/drill/contrib/storage-hive/core/src/test/resources/complex_types/map/map_union_tbl.avro
[WARNING] Unknown file extension:
/home/runner/work/drill/drill/exec/java-exec/src/test/resources/avro/map_string_to_long.avro
[WARNING] Unknown file extension:
/home/runner/work/drill/drill/exec/java-exec/src/test/resources/regex/firewall.ssdlog
[WARNING] Unable to find a comment style definition for some files. You may
want to add a custom mapping for the relevant file extensions.
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)