From fb00799c416d324d68da5b660a26f7ef595c26d9 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 7 Apr 2020 15:42:57 -0400 Subject: [PATCH] feat: add maven flatten plugin (#127) --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index e2092c2a..a9990aa7 100644 --- a/pom.xml +++ b/pom.xml @@ -204,6 +204,36 @@ true + + org.codehaus.mojo + flatten-maven-plugin + 1.2.2 + + + + flatten + process-resources + + flatten + + + + + flatten.clean + clean + + clean + + + + + oss + all + + remove + + +