From aab898731f228e1a87a2a20186835a8749b7d1cb Mon Sep 17 00:00:00 2001 From: Jeonghun-Ban Date: Wed, 23 Aug 2023 22:14:22 +0900 Subject: [PATCH] Fix server credentials with id sonatype not found. See #73 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 52aaa49a..ec30762f 100644 --- a/pom.xml +++ b/pom.xml @@ -167,6 +167,28 @@ + + + + + central + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + +