From 111591aadb745b102f4b027985aa0dd6bd03b2eb Mon Sep 17 00:00:00 2001 From: z7658329 <1043706593@qq.com> Date: Fri, 4 Nov 2022 13:59:11 +0800 Subject: [PATCH] add flatten plugin --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 749499b33c..5541d531ce 100644 --- a/pom.xml +++ b/pom.xml @@ -460,6 +460,32 @@ + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.7 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + +