This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 935d24611b8 HBASE-29821 Fix maven-source-plugin duplicate jar failure
(#7616)
935d24611b8 is described below
commit 935d24611b83254c43fa309d73de501a00bca478
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]>
---
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>