From c2a07d8222abd6c75fae8b642c0c8928123fe1e2 Mon Sep 17 00:00:00 2001 From: segabriel Date: Tue, 12 Jan 2021 17:11:00 +0200 Subject: [PATCH] Define deploy2Maven profile --- pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index d6cd2841..2c0e3ff0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,19 +24,6 @@ - - - deploy2Github - - - github - GitHub Packages - https://maven.pkg.github.com/scalecube/scalecube-cluster - - - - - https://github.com/scalecube/scalecube-cluster scm:git:https://github.com/scalecube/scalecube-cluster.git @@ -150,4 +137,44 @@ + + + deploy2Github + + + github + GitHub Packages + https://maven.pkg.github.com/scalecube/scalecube-cluster + + + + + deploy2Maven + + + ossrh + Central Repository OSSRH + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + maven-source-plugin + + + maven-javadoc-plugin + + + maven-gpg-plugin + + + + + +