From b0e1b8d1490419e0f2520e9320948ecde2c2e115 Mon Sep 17 00:00:00 2001 From: ariwk Date: Thu, 27 Jun 2024 15:27:37 +0200 Subject: [PATCH] ci: add deployment to Maven Central Refs: #26 --- pom/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom/pom.xml b/pom/pom.xml index 8d38132..3a8ab16 100644 --- a/pom/pom.xml +++ b/pom/pom.xml @@ -23,6 +23,7 @@ 3.7.1 3.3.0 3.2.4 + 1.6.13 5.10.2 @@ -444,10 +445,30 @@ sign + + + + + --pinentry-mode + loopback + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.nexus-staging-maven-plugin} + true + + ossrh + https://oss.sonatype.org + true + + + org.apache.maven.plugins maven-dependency-plugin