From 9600e05837a0facbdbb0734a8313b7bc3d6d6dae Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Thu, 15 Feb 2024 08:41:44 -0800 Subject: [PATCH] build: Exclude .github from apache-rat-plugin check (#32) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e693033f3..0e72f92c0 100644 --- a/pom.xml +++ b/pom.xml @@ -820,6 +820,7 @@ under the License. **/build/** **/target/** .git/** + .github/** .gitignore .gitmodules **/.idea/**