From 88c60c3f382a8fbd2d65db04caf3b9f1d0015d52 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 10 Dec 2024 08:51:26 -0500 Subject: [PATCH] fix: move nexus plugin to default plugin management --- native-image-shared-config/pom.xml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 72e6dd8f..cc1b83fc 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -82,6 +82,22 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://google.oss.sonatype.org/ + false + 15 + + + +