From b5e0d049f22de5a59d74877200d8822af31de0eb Mon Sep 17 00:00:00 2001 From: ritwiksahani Date: Mon, 14 Jul 2025 12:04:53 +0530 Subject: [PATCH] Fix cdap-build failure due to missing central-publishing-plugin --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index e7f0a51..b6736e5 100644 --- a/pom.xml +++ b/pom.xml @@ -389,6 +389,10 @@ org.apache.maven.plugins maven-gpg-plugin + + org.sonatype.central + central-publishing-maven-plugin +