From becaf1a84eb4ad0765c1190f77d8c32721010906 Mon Sep 17 00:00:00 2001 From: Jayasri Radhakrishnan Date: Fri, 3 May 2024 14:10:38 +0100 Subject: [PATCH] Add nexus-staging-maven-plugin to auto release after close --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index b62eac2c2d..d63ddd061f 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,10 @@ org.apache.maven.plugins maven-gpg-plugin + + org.sonatype.plugins + nexus-staging-maven-plugin +