From 4f6c5929f4a4ac8bec54bb05b9aa4b781186fa89 Mon Sep 17 00:00:00 2001 From: Anastasiia Sergienko Date: Thu, 22 Oct 2020 16:11:06 +0200 Subject: [PATCH] Added nexus-staging-maven-plugin. --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index f4a83242..2b25ca25 100644 --- a/pom.xml +++ b/pom.xml @@ -244,6 +244,25 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + true + ossrh + https://oss.sonatype.org/ + + + + default-deploy + deploy + + deploy + + + + \ No newline at end of file