From 02a3ef0132fb875f20dee18e93dfe71e0080d64d Mon Sep 17 00:00:00 2001 From: liushuang Date: Thu, 14 Aug 2025 15:10:44 +0800 Subject: [PATCH] =?UTF-8?q?build(pom):=20=E6=9B=B4=E6=96=B0=20Maven=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=92=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Git 连接方式从 ssh 改为 https - 更新 maven-source-plugin 到 3.2.1 版本 - 更新 maven-javadoc-plugin 到 3.2.0 版本- 更新 maven-gpg-plugin到 1.6 版本 - 添加 central-publishing-maven-plugin 0.5.0版本 - 添加 maven-release-plugin 2.5.3版本 - 调整插件配置以适应新版本和项目需求 --- pom.xml | 81 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index 36b3a88..f0dd732 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,8 @@ - scm:git:git://github.com/luckday-cn/feishu-table-helper.git - scm:git:ssh://github.com/luckday-cn/feishu-table-helper.git + scm:git:https://github.com/luckday-cn/feishu-table-helper.git + scm:git:https://github.com/luckday-cn/feishu-table-helper.git http://github.com/luckday-cn/feishu-table-helper/tree/master @@ -64,52 +64,52 @@ - org.apache.maven.plugins maven-source-plugin - 3.1.0 + 3.2.1 - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.1.0 - - - -Xdoclint:none - - 1024 - UTF-8 - protected - true - - - false - none - - - - attach-javadocs + attach-source + verify + jar + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadoc + verify + + + jar + + javadoc + + + + -Xdoclint:none + -Xdoclint:none + + + + + + org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 1.6 sign-artifacts @@ -121,17 +121,30 @@ + + org.sonatype.central central-publishing-maven-plugin - 0.4.0 + 0.5.0 true + central - true + + true + + published + ${project.groupId}:${project.artifactId}:${project.version} + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 +