You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2019/10/31 01:07:00 UTC

[jira] [Created] (BIGTOP-3266) Rat check failed for one file with unapproved/unknown licenses

Yuqi Gu created BIGTOP-3266:
-------------------------------

             Summary: Rat check failed for one file with unapproved/unknown licenses
                 Key: BIGTOP-3266
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3266
             Project: Bigtop
          Issue Type: Bug
          Components: build
    Affects Versions: 1.4.0
            Reporter: Yuqi Gu
            Assignee: Yuqi Gu


Run ./gradlew --no-daemon rat: 

 
{code:java}
> Task :rat FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rat'.
> Found 1 files with unapproved/unknown licenses. See file:/ws/build/reports/rat/index.html
{code}
 

 

Check the build/reports/rat/index.html:
{code:java}
Unapproved Licenses:
/ws/bigtop-bigpetstore/bigpetstore-transaction-queue/.dockerignore
{code}
 

Solution:

Add .dockerignore to Rat exclude-file list.

 

 

 

 

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)