From 7feefdc7c9a1b0823fb2f579b75ffc58166889c7 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Fri, 2 Aug 2024 16:08:54 -0600 Subject: [PATCH] Update pom.xml with new deployment plugins --- pom.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d8ffa0d..afe1da8 100644 --- a/pom.xml +++ b/pom.xml @@ -55,28 +55,100 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources + deploy jar - + org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.7.0 + + + attach-javadocs + deploy + + jar + + + + + + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + + sign-artifacts + deploy + + sign + + + + --pinentry-mode + loopback + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.2 + + true + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + + + nexus-deploy + deploy + + deploy + + + + + https://oss.sonatype.org/ + ossrh + + + + + ossrh + Nexus Staging Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + +