From d69b27978dcd006640c6b23ea33806bd7d0f34d5 Mon Sep 17 00:00:00 2001 From: Daniel Kocot Date: Mon, 15 Mar 2021 21:58:53 +0100 Subject: [PATCH] added missing maven release tools --- pom.xml | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/pom.xml b/pom.xml index 8b514f9..03f3594 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,13 @@ UTF-8 5.5.2 0.8.2 + + 2.8.1 + 3.0.0-M1 + 1.6 + 3.2.1 + 3.2.0 + 1.6.8 @@ -126,4 +133,96 @@ + + + + central-deploy + + + + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + false + + + + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + oss.sonatype.org + https://oss.sonatype.org/ + ${project.version} + + + + deploy-to-sonatype + deploy + + deploy + release + + + + + + + +