From 9c008f69c394b2f6c92c99e6e8e0a50dbc7037b8 Mon Sep 17 00:00:00 2001 From: CubBossa Date: Wed, 21 Feb 2024 09:40:20 +0100 Subject: [PATCH] adventure update --- pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/pom.xml b/pom.xml index e93a2ed..402d2e6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,4 +33,42 @@ + + + nexus-release + https://nexus.leonardbausenwein.de/repository/maven-public/ + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + + + default-deploy + deploy + + deploy + + + + + nexus + http://localhost:8081/nexus/ + true + + + + +