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 + + +