From 96af55367a24ff0987c16926e0541a07f8b71f23 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Tue, 15 Jul 2025 10:46:13 +0300 Subject: [PATCH] Fix and simplify header license check (#2549) Signed-off-by: Avgustin Marinov --- pom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 79f74d2c0..425a5f197 100644 --- a/pom.xml +++ b/pom.xml @@ -575,25 +575,27 @@ licenses/LICENSE_HEADER_TEMPLATE_BLUEZONE_25.txt - .3rd-party/** - .git* - .github/** + docker/** licenses/LICENSE* + **/*.sql + **/application-local.properties eclipse_codeformatter.xml intellij_codeformatter.xml + **/banner.txt - **/helm/** - **/README - **/.git* **/robots.txt - **/*.sql - **/docker/** **/frontend/** - site/content/** + **/generated/** + **/tsconfig.json + **/types.d.ts + **/vite.config.ts + **/vite.generated.ts + + site/layouts/** site/static/** site/*.toml - **/spring.factories +