From 46d71e3708c94d51758baf934e018833ee27dedf Mon Sep 17 00:00:00 2001 From: Aman Poonia Date: Sun, 11 Jan 2026 22:48:09 +0530 Subject: [PATCH] HBASE-29821 - Fix maven-source-plugin duplicate jar failure --- hbase-diagnostics/pom.xml | 14 -------------- hbase-http/pom.xml | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/hbase-diagnostics/pom.xml b/hbase-diagnostics/pom.xml index 78e47ac38ab1..844986faaa95 100644 --- a/hbase-diagnostics/pom.xml +++ b/hbase-diagnostics/pom.xml @@ -212,20 +212,6 @@ true - - - org.apache.maven.plugins - maven-source-plugin - - - - jar - test-jar - - package - - - org.apache.maven.plugins maven-checkstyle-plugin diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index d64e6cd7fa84..3da7e3d083d7 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -296,20 +296,6 @@ true - - - org.apache.maven.plugins - maven-source-plugin - - - - jar - test-jar - - package - - - maven-surefire-plugin