From 32a14c0ea5081186fc22e29a469d00d5801b4dff Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 26 Jun 2024 16:28:07 +0300 Subject: [PATCH] pom.xml: replace maven-deploy-plugin The nexus-staging-maven-plugin replaces maven-deploy-plugin. I am not sure if my configuration is correct yet. See: https://github.com/sonatype/nexus-maven-plugins/tree/main/staging/maven-plugin --- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 42c64ff..59a3a60 100644 --- a/pom.xml +++ b/pom.xml @@ -92,10 +92,6 @@ maven-install-plugin 3.1.1 - - maven-deploy-plugin - 3.1.1 - maven-site-plugin @@ -105,6 +101,17 @@ maven-project-info-reports-plugin 3.5.0 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://oss.sonatype.org/ + true + +