From 5b141e3fe3ddc7bf617d5e834b4b3797d7877dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Mon, 3 Jan 2022 13:40:00 +0100 Subject: [PATCH] NFS-000: add mvn flatten plugin --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index fba52de..6569370 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,32 @@ 8 + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.2 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + +