From 1cd58f4a0149151e0d90d65ffec8d1414f1a1248 Mon Sep 17 00:00:00 2001 From: redkale Date: Fri, 31 May 2024 08:58:05 +0800 Subject: [PATCH] pom --- pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/pom.xml b/pom.xml index 71187bf63..5a70d1543 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,9 @@ 11 5.9.0 + 3.2.0 3.3.0 + 3.0.1 3.9.0 3.0.0 3.0.0 @@ -75,6 +77,17 @@ + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + https://github.com/redkale/redkale scm:git:git@github.com/redkale/redkale.git @@ -140,12 +153,61 @@ maven-failsafe-plugin ${maven-failsafe-plugin.version} + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-plugin.version} + + + + jar + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-plugin.version} + + false + + assembly.xml + + + + + redkale + package + + single + + + + com.diffplug.spotless spotless-maven-plugin ${spotless-maven-plugin.version} + UNIX