From ac4b5eb70d1c4ce18c547c25088a054a4d2266f0 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 30 Aug 2022 12:45:04 +0200 Subject: [PATCH] Revert "try deploying without nexus-staging-maven-plugin" This reverts commit 97b03b8320529b1e6fad68a8a7970a71c8f7dcdf. --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 5597380b..b1886410 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,11 @@ maven-failsafe-plugin 3.0.0-M7 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + org.apache.maven.plugins maven-deploy-plugin @@ -278,6 +283,21 @@ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://s01.oss.sonatype.org/ + true + ${maven.deploy.skip} + + + +