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

[jira] [Created] (BIGTOP-2513) Some RAT exclude rules defined in build.gradle are not defined in pom.xml

Kengo Seki created BIGTOP-2513:
----------------------------------

             Summary: Some RAT exclude rules defined in build.gradle are not defined in pom.xml
                 Key: BIGTOP-2513
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2513
             Project: Bigtop
          Issue Type: Bug
          Components: build
            Reporter: Kengo Seki
            Priority: Minor


I ran {{mvn apache-rat:check}} in accordance with ["How to Contribute" wiki page|https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute] and it failed:

{code}
sekikn@ubuntu:~/bigtop$ mvn apache-rat:check

(snip)

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.807 s
[INFO] Finished at: 2016-08-09T00:49:39+09:00
[INFO] Final Memory: 13M/305M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (default-cli) on project bigtop: Too many unapproved licenses: 2 -> [Help 1]
{code}

But [Bigtop-trunk-RAT-check jenkins job|https://ci.bigtop.apache.org/job/Bigtop-trunk-RAT-check/] is succeeding. This is because some exclude rules are not defined in pom.xml.



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