From aa581295617d30c5149a930fa6d0c861bd51fe4b Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Thu, 9 Feb 2023 14:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=A2=AB=E8=AF=AF=E5=88=A0?= =?UTF-8?q?=E7=9A=84gpg=E5=92=8Cdoc=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bce9dc06b..f49811faa 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,35 @@ maven-site-plugin 3.7.1 - + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + + package + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + org.codehaus.mojo