From 36435517a36df7b15b71c5c33bb880110dbdaaba Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 12 Sep 2022 17:46:25 +0200 Subject: [PATCH] #87 - Add Maven Flatten Plugin to clean up POMs on build. --- .gitignore | 1 + pom.xml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/.gitignore b/.gitignore index d163cb4..ed5664a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ target/ .idea *.iml +.flattened-pom.xml diff --git a/pom.xml b/pom.xml index b7a4a85..f1886c7 100644 --- a/pom.xml +++ b/pom.xml @@ -310,6 +310,38 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.2.7 + + + flatten + process-resources + + flatten + + + true + oss + + remove + remove + remove + remove + + + + + flatten-clean + clean + + clean + + + + +