From 3549afdd4d60e579bbfeb93d8e7f5f4b5a0687b1 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Sat, 20 Jun 2026 19:08:31 +0200 Subject: [PATCH] Exclude dev-tooling dotfiles from RAT check Add .sdkmanrc, .tool-versions, .envrc and .mise.toml to the apache-rat-plugin . These are local developer-machine files from version managers (SDKMAN!, asdf, mise) and direnv, not project source; a local `mvn verify` otherwise fails rat-check with "unapproved license" on them. This mirrors the existing .java-version exclude already in the same list; combine.children="append" keeps RAT's built-in defaults. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 0b88223..069561d 100644 --- a/pom.xml +++ b/pom.xml @@ -1282,6 +1282,11 @@ under the License. dependency-reduced-pom.xml .asf.yaml + + .sdkmanrc + .tool-versions + .envrc + .mise.toml