From 49eb572559b202330bc563c9bcd9861c98aca21d Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Tue, 28 Jan 2020 15:38:05 -0500 Subject: [PATCH] Adding release plugin configuration --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2e6284..f3a8ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -262,6 +262,23 @@ + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + + false + true + clean verify + true + + false + deploy + forked-path + -Pdocs,sonatype-oss-release + + @@ -375,7 +392,7 @@ sonatype-nexus-staging https://oss.sonatype.org/ - true + false true true