This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 57ee054f29f HBASE-29821 Fix maven-source-plugin duplicate jar failure
(#7619)
57ee054f29f is described below
commit 57ee054f29f78dc4a1179b5f1e7a3c54fec3cd0e
Author: Aman Poonia <[email protected]>
AuthorDate: Thu Jan 15 09:13:04 2026 +0530
HBASE-29821 Fix maven-source-plugin duplicate jar failure (#7619)
Signed-off-by: Duo Zhang <[email protected]>
---
hbase-hadoop2-compat/pom.xml | 5 -----
hbase-http/pom.xml | 14 --------------
hbase-protocol/pom.xml | 5 -----
hbase-rsgroup/pom.xml | 5 -----
4 files changed, 29 deletions(-)
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 941dca3c608..4c34abe8e30 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -147,11 +147,6 @@ limitations under the License.
<build>
<plugins>
- <!-- Make a jar and put the sources in the jar -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- </plugin>
<plugin>
<!--Make it so assembly:single does nothing in here-->
<artifactId>maven-assembly-plugin</artifactId>
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index bcbcb4d5cba..bb0030f60d0 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -239,20 +239,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>
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 9d9bcb6139c..ed7b9e7332c 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -51,11 +51,6 @@
</dependencies>
<build>
<plugins>
- <!-- Make a jar and put the sources in the jar -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- </plugin>
<plugin>
<!--Make it so assembly:single does nothing in here-->
<artifactId>maven-assembly-plugin</artifactId>
diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml
index 1ff92ba6745..3fef72cb6fb 100644
--- a/hbase-rsgroup/pom.xml
+++ b/hbase-rsgroup/pom.xml
@@ -189,11 +189,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>
- </plugin>
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>