From b67d6cd126fcc6c2b00018df498a1e29be7326d1 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sun, 11 Jan 2026 10:26:45 +0800 Subject: [PATCH] updated maven publisher plugins --- java-web-sdk/pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/java-web-sdk/pom.xml b/java-web-sdk/pom.xml index 4e073b0..2a2a635 100644 --- a/java-web-sdk/pom.xml +++ b/java-web-sdk/pom.xml @@ -89,6 +89,47 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + + attach-javadocs + + jar + + + + + + none + UTF-8 + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 + true + + central + + \ No newline at end of file