From 36c55b60b9c9f0f7f2efd1d38de0dbd66fbdd2b0 Mon Sep 17 00:00:00 2001 From: Vivek <40461643+Vivekkr0311@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:42:17 +0530 Subject: [PATCH] [ACS-9823]: [publish] fix release ci, skip central publishing for parent module to resolve missing build artifact error during release (#714) --- modules/alfresco-rad/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/alfresco-rad/pom.xml b/modules/alfresco-rad/pom.xml index b28e9913..24fe49c6 100644 --- a/modules/alfresco-rad/pom.xml +++ b/modules/alfresco-rad/pom.xml @@ -50,4 +50,18 @@ + + + + + org.sonatype.central + central-publishing-maven-plugin + + true + + + + + + \ No newline at end of file