From b1f0ba6d575f1fda95644a65bba5286f883140a2 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Sun, 2 Oct 2022 17:55:43 -0400 Subject: [PATCH] added maven central deploy --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pom.xml b/pom.xml index f514d94..0605b5e 100644 --- a/pom.xml +++ b/pom.xml @@ -149,4 +149,44 @@ + + + + ossrh-release + + true + + + + + maven-gpg-plugin + + + sign + verify + sign + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + ossrh + https://s01.oss.sonatype.org/ + true + + + + ossrh-deploy + deploy + deploy + + + + + + +