Skip to content

Commit ece0fdb

Browse files
authored
Revert "HBASE-28921 Skip bundling hbase-webapps folder in jars (#6368)"
This reverts commit 8366304.
1 parent 8366304 commit ece0fdb

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

hbase-rest/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,6 @@
289289
<skipAssembly>true</skipAssembly>
290290
</configuration>
291291
</plugin>
292-
<plugin>
293-
<groupId>org.apache.maven.plugins</groupId>
294-
<artifactId>maven-jar-plugin</artifactId>
295-
<configuration>
296-
<excludes>
297-
<exclude>**/hbase-webapps/**</exclude>
298-
</excludes>
299-
</configuration>
300-
</plugin>
301292
<!-- Make a jar and put the sources in the jar -->
302293
<plugin>
303294
<groupId>org.apache.maven.plugins</groupId>

hbase-server/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@
453453
<exclude>log4j.properties</exclude>
454454
<exclude>mapred-queues.xml</exclude>
455455
<exclude>mapred-site.xml</exclude>
456-
<exclude>**/hbase-webapps/**</exclude>
457456
</excludes>
458457
</configuration>
459458
</plugin>

hbase-thrift/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,6 @@
194194
<skipAssembly>true</skipAssembly>
195195
</configuration>
196196
</plugin>
197-
<plugin>
198-
<groupId>org.apache.maven.plugins</groupId>
199-
<artifactId>maven-jar-plugin</artifactId>
200-
<configuration>
201-
<excludes>
202-
<exclude>**/hbase-webapps/**</exclude>
203-
</excludes>
204-
</configuration>
205-
</plugin>
206197
<!-- General ant tasks, bound to different build phases -->
207198
<plugin>
208199
<artifactId>maven-antrun-plugin</artifactId>

0 commit comments

Comments
 (0)