From b5d8b1057d31e835a99ca84250c4f7bedf2f54c9 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Thu, 30 Aug 2018 13:21:39 -0700 Subject: [PATCH 1/2] Change to use the Maven release plugin Changed to use the Maven release plugin instead of a custom publishing system. --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0a237cb..516ebdde 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -309,6 +309,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype-nexus-staging + https://oss.sonatype.org + false + + From f26a555f134c2a3b7d65fa1f684a1a2aad1c8e92 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Thu, 30 Aug 2018 14:05:00 -0700 Subject: [PATCH 2/2] Added distribution management section for deployment --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 516ebdde..6a420666 100644 --- a/pom.xml +++ b/pom.xml @@ -281,6 +281,18 @@ + + + + sonatype-nexus-staging + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + disable-java8-doclint @@ -291,6 +303,7 @@ -Xdoclint:none + publishing