From f3786ce61d3c12354aa5ec140fadcc359c6ea07f Mon Sep 17 00:00:00 2001 From: Nidhi0201 Date: Mon, 27 Apr 2026 09:34:52 +0530 Subject: [PATCH] MOSIP-37901 - Exclude MOSIP services from being published or released to nexus Signed-off-by: Nidhi0201 --- commons-packet/commons-packet-service/pom.xml | 9 +++++++++ commons-packet/pom.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/commons-packet/commons-packet-service/pom.xml b/commons-packet/commons-packet-service/pom.xml index 7ecee8bab6..652e3b1402 100644 --- a/commons-packet/commons-packet-service/pom.xml +++ b/commons-packet/commons-packet-service/pom.xml @@ -181,6 +181,15 @@ central-publishing-maven-plugin ${central.publishing.maven.plugin.version} true + + + default-publish + none + + publish + + + ossrh false diff --git a/commons-packet/pom.xml b/commons-packet/pom.xml index e2e7190574..8f52240c85 100644 --- a/commons-packet/pom.xml +++ b/commons-packet/pom.xml @@ -152,6 +152,15 @@ central-publishing-maven-plugin ${central.publishing.maven.plugin.version} true + + + default-publish + none + + publish + + + ossrh false