From 170c3409ccd4c4da9648d342ece516a96c8de0b6 Mon Sep 17 00:00:00 2001 From: nagendra0721 Date: Fri, 21 Mar 2025 11:53:44 +0530 Subject: [PATCH] MOSIP-37901: exclude mosip services being published to nexus Signed-off-by: nagendra0721 --- pom.xml | 53 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index d2e91cc0..708dbb6d 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,8 @@ 1.66 3.8.1 3.4.1 + 3.1.1 + 1.6.14 @@ -433,18 +435,45 @@ none - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://oss.sonatype.org/ - false - - - + + maven-deploy-plugin + ${maven.deploy.plugin.version} + + true + + + + default-deploy + none + + deploy + + + true + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus.staging.maven.plugin.version} + true + + + default-deploy + none + + deploy + + + + + ossrh + https://oss.sonatype.org/ + false + + org.apache.maven.plugins maven-source-plugin