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 + + + + +