From 0db81f33e13f9829ee7de0b261f042017084b78f Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Thu, 24 Dec 2015 09:34:30 -0800 Subject: [PATCH] Issue #2619: Use Nexus Staging Maven Plugin for release process --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 037046d37..81b1a45c0 100644 --- a/pom.xml +++ b/pom.xml @@ -579,6 +579,20 @@ maven-deploy-plugin 2.8.2 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + + org.apache.maven.plugins