From 1358ca24407523ab927033b159c2d38d14393bda Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 1 Jan 2024 13:41:40 +0100 Subject: [PATCH] [Project] Added deployment to repo.strolch.li --- pom.xml | 81 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 61 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 3973fdb..07769b1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ strolch-plc Module build to build strolch-plc pom - http://www.strolch.li/plc + https://www.strolch.li/plc 2019 @@ -41,7 +41,7 @@ eitch Robert von Burg eitch@eitchnet.ch - http://www.eitchnet.ch + https://www.eitchnet.ch architect developer @@ -521,21 +521,6 @@ org.sonatype.plugins nexus-staging-maven-plugin ${nexus-staging-maven-plugin.version} - true - - oss.sonatype.org - https://oss.sonatype.org/ - - - - deploy-to-sonatype - deploy - - deploy - release - - - @@ -548,9 +533,13 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ - oss.sonatype.org - https://oss.sonatype.org/content/repositories/snapshots + repo.strolch.li + https://repo.strolch.li/repository/maven-snapshots/ + + localhost + file://${project.basedir}/target + @@ -596,7 +585,7 @@ - deploy + deploy-snapshots @@ -614,6 +603,58 @@ org.sonatype.plugins nexus-staging-maven-plugin + true + + repo.strolch.li + https://repo.strolch.li/ + + + + default-deploy + deploy + + deploy + + + + + + + + + deploy-maven + + + + 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 + + oss.sonatype.org + https://oss.sonatype.org/ + + + + deploy-to-sonatype + deploy + + deploy + release + + +