From 71fcda8b57b81901375b6ee611d8e87e5762ad76 Mon Sep 17 00:00:00 2001 From: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:38:34 +0530 Subject: [PATCH] MOSIP-31887added missing pluggins and distribution url (#1857) * [MOSIP-31887] Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> * MOSIP-31887added missing pluggins and distribution urlk Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> --------- Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com> --- registration-processor/pom.xml | 52 +++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/registration-processor/pom.xml b/registration-processor/pom.xml index 7b0ea730a7a..108513e41b8 100644 --- a/registration-processor/pom.xml +++ b/registration-processor/pom.xml @@ -297,7 +297,16 @@ - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + @@ -520,6 +529,47 @@ none + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + none + +