From 754b1c11e9961822b6dad28b4837103a9cde745e Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:59:34 +0100 Subject: [PATCH] Adds missing Maven Central Upload Plugin --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 905a129c..29433b27 100644 --- a/pom.xml +++ b/pom.xml @@ -305,6 +305,20 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + +