sergehuber opened a new pull request, #761:
URL: https://github.com/apache/unomi/pull/761

   ## Summary
   - Add `/.local-notes/` to `.gitignore` (local developer notes, not release 
artifacts).
   - Exclude `**/.local-notes/**` from the default `rat` profile so `mvn 
install` is not blocked when that directory exists locally.
   
   ## Why
   Stack-extraction tracker and similar files live under `.local-notes/` 
without Apache license headers. RAT fails with “Too many files with unapproved 
license” when the directory is present in the working tree.
   
   ## Test plan
   - [x] `mvn -Prat org.apache.rat:apache-rat-plugin:check`
   - [ ] Build with `.local-notes/` present locally — no RAT failure
   
   No functional or integration-test changes. After merge, sync the Git Town 
stack to pick up this commit.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to