From 645f676f0e57ad71b24b180444ef4d89ccb04fd7 Mon Sep 17 00:00:00 2001 From: zchazc Date: Mon, 14 Apr 2025 17:59:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20root-pom=20=E6=B7=BB=E5=8A=A0=20flatten-?= =?UTF-8?q?maven-plugin=20,=20=E7=A1=AE=E4=BF=9D=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=90=8E=E7=9A=84=E5=88=B6=E5=93=81=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=8D=95=E7=8B=AC=E4=BD=BF=E7=94=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index ab8b258b..0ba535c2 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,28 @@ true + + org.codehaus.mojo + flatten-maven-plugin + + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + + clean + + + + -- Gitee