This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 12c696523c2a1b17e33bce8c9aa05024fbe75cf1 Author: Andy Seaborne <[email protected]> AuthorDate: Mon Jul 15 08:38:45 2024 +0100 Add .m2/** to RAT-exclusions for Jenkins container pipelines --- .gitignore | 1 + build-files/rat-exclusions.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cebaac9081..b07be1b34a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .flattened-pom.xml +.m2/ # Eclipse .classpath diff --git a/build-files/rat-exclusions.txt b/build-files/rat-exclusions.txt index e3bb03f55c..5ab50ff357 100644 --- a/build-files/rat-exclusions.txt +++ b/build-files/rat-exclusions.txt @@ -16,6 +16,9 @@ ## Maven **/target/**/* **/.mvn/**/* +## Jenkins pipeline container. +## The maven repo is in the checkout project root. +.m2/** ## Misc archive.md
