From f7e353a6d3487a6aa57aca06fa35001f1859a4c4 Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Fri, 14 Mar 2025 14:54:52 -0500 Subject: [PATCH 1/2] Maven changes necessary to publish to Sonatype Central Portal (#50) --- pom.xml | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index be1600d..55ac510 100644 --- a/pom.xml +++ b/pom.xml @@ -97,11 +97,6 @@ maven-javadoc-plugin 3.2.0 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - maven-gpg-plugin 1.6 @@ -114,6 +109,11 @@ maven-deploy-plugin 2.8.2 + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + @@ -230,17 +230,6 @@ limitations under the License.]]> - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ossrh - https://oss.sonatype.org/ - false - true - - maven-javadoc-plugin @@ -282,6 +271,16 @@ limitations under the License.]]> + + org.sonatype.central + central-publishing-maven-plugin + true + + central + all + false + + @@ -305,12 +304,6 @@ limitations under the License.]]> - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - Apache 2 From a5909c3546af6492b49d92c90cd5123068800855 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Tue, 25 Mar 2025 15:08:44 -0500 Subject: [PATCH 2/2] Remove now-unnecessary maven-deploy-plugin version --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 55ac510..a79714c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,10 +105,6 @@ maven-release-plugin 2.5.3 - - maven-deploy-plugin - 2.8.2 - org.sonatype.central central-publishing-maven-plugin