From cdd08d01d83839e42db14f3399d3c4314064d6a5 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 28 May 2026 23:41:04 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0flatten-maven-plugin?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=94=A8=E4=BA=8E=E7=94=9F=E6=88=90=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E7=9A=84POM=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ pom.xml | 60 +++++++++++++++++++++++++++++++----------------------- 2 files changed, 37 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 3e403e3..9e83179 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ target/ !**/src/main/**/target/ !**/src/test/**/target/ +.flattened-pom.xml + ### IntelliJ IDEA ### .idea *.iws diff --git a/pom.xml b/pom.xml index d8f0127..14941ab 100644 --- a/pom.xml +++ b/pom.xml @@ -91,31 +91,6 @@ plusone-dependencies - - - aliyun - https://maven.aliyun.com/repository/public - - true - - - false - - - - - - aliyun-plugin - https://maven.aliyun.com/repository/public - - true - - - false - - - - release @@ -149,4 +124,39 @@ + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + + oss + + + + + flatten + process-resources + + flatten + + + + + flatten.clean + clean + + clean + + + + + + +