From 1e2965d5885f882265732155a5b5ba4449f71508 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 4 Jan 2024 11:09:11 +0100 Subject: [PATCH] [Project] Added deployment to repo.strolch.li --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pom.xml b/pom.xml index 4b18cc97e..b83d96e72 100644 --- a/pom.xml +++ b/pom.xml @@ -767,6 +767,59 @@ deploy-releases + + + + org.apache.maven.plugins + maven-gpg-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + repo.strolch.li + https://repo.strolch.li/ + + + + default-deploy + deploy + + deploy + + + + + + + + + + deploy-maven-central + + + oss.sonatype.org + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots + + + localhost + file://${project.basedir}/target + + + @@ -803,6 +856,7 @@ +