From ab113ee78a5410e718158268633bcd850425c6a4 Mon Sep 17 00:00:00 2001 From: Soner Sivri Date: Tue, 19 May 2026 20:45:07 +0300 Subject: [PATCH] fix: flatten plugin added --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 91ae2f9..dd42025 100644 --- a/pom.xml +++ b/pom.xml @@ -589,6 +589,31 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + org.sonarsource.scanner.maven sonar-maven-plugin