You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Dan Klco (Jira)" <ji...@apache.org> on 2022/03/10 13:10:00 UTC

[jira] [Created] (OAK-9718) Fix Rat Check Failure

Dan Klco created OAK-9718:
-----------------------------

             Summary: Fix Rat Check Failure
                 Key: OAK-9718
                 URL: https://issues.apache.org/jira/browse/OAK-9718
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: continuous integration
            Reporter: Dan Klco


The Oak CI build is currently failing due to failing apache-rat checks. See:

https://ci-builds.apache.org/job/Jackrabbit/job/oak-trunk-pr/job/PR-513/2/execution/node/286/log/?cloudbees-analytics-link=scm-reporting%2Ferror%2Fstep

I ran them locally and found the following issues:
 - Missing License: oak-segment-azure/src/test/java/oak/apache/jackrabbit/oak/segment/azure/tool/SegmentCopyAzureSasToTarTest.java
 - Not excluded: JSON files in oak-run
 - Not excluded: project files under oak-doc-railroad-macro

After fixing these, I can run {{mvn apache-rat:check}} successfully on the jackrabbit-oak project. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)