You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/20 12:01:00 UTC

[jira] [Commented] (DRILL-8050) Fix license-maven-plugin unknown file extension warnings

    [ https://issues.apache.org/jira/browse/DRILL-8050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446815#comment-17446815 ] 

ASF GitHub Bot commented on DRILL-8050:
---------------------------------------

vvysotskyi opened a new pull request #2383:
URL: https://github.com/apache/drill/pull/2383


   # [DRILL-8050](https://issues.apache.org/jira/browse/DRILL-8050): Fix license-maven-plugin unknown file extension warnings
   
   ## Description
   - Added absent extensions to the `license-maven-plugin` list
   - Added absent licenses or fixed existing ones
   - Removed excessive `logback-test` files.
   
   ## Documentation
   NA
   
   ## Testing
   Checked license warnings are absent.
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Fix license-maven-plugin unknown file extension warnings 
> ---------------------------------------------------------
>
>                 Key: DRILL-8050
>                 URL: https://issues.apache.org/jira/browse/DRILL-8050
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.20.0
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>             Fix For: 1.20.0
>
>
> When running check for license, `license-maven-plugin` prints the following warnings:
> {noformat}
> [INFO] --- license-maven-plugin:3.0:check (default) @ drill-root ---
> [INFO] Checking licenses...
> Warning:  Unknown file extension: /home/runner/work/drill/drill/.dockerignore
> Warning:  Unknown file extension: /home/runner/work/drill/drill/contrib/storage-splunk/src/test/resources/logback-test.xml.bak
> Warning:  Unknown file extension: /home/runner/work/drill/drill/contrib/format-httpd/src/test/resources/httpd/multiformat.access_log
> Warning:  Unknown file extension: /home/runner/work/drill/drill/contrib/storage-jdbc/src/test/resources/mysql_config_override/mysql_override.cnf
> Warning:  Unknown file extension: /home/runner/work/drill/drill/contrib/storage-cassandra/src/test/resources/queries.cql
> Warning:  Unknown file extension: /home/runner/work/drill/drill/contrib/storage-druid/src/test/resources/druid/environment
> Warning:  Unknown file extension: /home/runner/work/drill/drill/lombok.config
> Warning:  Unknown file extension: /home/runner/work/drill/drill/hooks/push
> Warning:  Unknown file extension: /home/runner/work/drill/drill/hooks/build
> 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.20.1#820001)