This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-3 by this push:
     new c7d6730ca1d HBASE-29821 Fix maven-source-plugin duplicate jar failure 
(#7616)
c7d6730ca1d is described below

commit c7d6730ca1de6bd8b1b7d5c10d216154592c2691
Author: Aman Poonia <[email protected]>
AuthorDate: Mon Jan 12 13:48:35 2026 +0530

    HBASE-29821 Fix maven-source-plugin duplicate jar failure (#7616)
    
    Signed-off-by: Duo Zhang <[email protected]>
    (cherry picked from commit 935d24611b83254c43fa309d73de501a00bca478)
---
 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 78e47ac38ab..844986faaa9 100644
--- a/hbase-diagnostics/pom.xml
+++ b/hbase-diagnostics/pom.xml
@@ -212,20 +212,6 @@
           <skipAssembly>true</skipAssembly>
         </configuration>
       </plugin>
-      <!-- Make a jar and put the sources in the jar -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-              <goal>test-jar</goal>
-            </goals>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index d64e6cd7fa8..3da7e3d083d 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -296,20 +296,6 @@
           <skipAssembly>true</skipAssembly>
         </configuration>
       </plugin>
-      <!-- Make a jar and put the sources in the jar -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-              <goal>test-jar</goal>
-            </goals>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
       <!-- Testing plugins -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>

Reply via email to