You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2016/10/01 01:03:20 UTC

[jira] [Updated] (BIGTOP-2542) Some files related to docker provisioner breaks RAT

     [ https://issues.apache.org/jira/browse/BIGTOP-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated BIGTOP-2542:
-------------------------------
    Attachment: BIGTOP-2542.1.patch

Attaching a patch. Added the license to docker-compose.yml, and added exclude rules to pom.xml and build.gradle for placeholders. Confirmed that {{mvn apache-rat:check}} and {{./gradlew rat}} succeeds as expected.

> Some files related to docker provisioner breaks RAT
> ---------------------------------------------------
>
>                 Key: BIGTOP-2542
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2542
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>         Attachments: BIGTOP-2542.1.patch
>
>
> {code}
> $ mvn apache-rat:check
> (snip)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 3.675 s
> [INFO] Finished at: 2016-09-29T11:57:43+09:00
> [INFO] Final Memory: 20M/687M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (default-cli) on project bigtop: Too many unapproved licenses: 4 -> [Help 1]
> {code}
> {code}
> $ cat target/rat.txt 
> *****************************************************
> Summary
> -------
> Notes: 80
> Binaries: 5
> Archives: 0
> Standards: 1160
> Apache Licensed: 1156
> Generated Documents: 0
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> 4 Unknown Licenses
> *******************************
> Unapproved licenses:
>   provisioner/docker/docker-compose.yml
>   provisioner/docker/config/hiera.yaml
>   provisioner/docker/config/hieradata/PLACEHOLDER
>   provisioner/docker/config/hosts
> *******************************
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)