Skip to content

Commit 41e9e52

Browse files
zhe-huangHuang
andauthored
HBASE-23147 Branches-1 shaded artifact for mapreduce integration misses MainClass (#3214)
Co-authored-by: Huang <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
1 parent 0a0a474 commit 41e9e52

File tree

1 file changed

+14
-0
lines changed
  • hbase-shaded/hbase-shaded-server

1 file changed

+14
-0
lines changed

hbase-shaded/hbase-shaded-server/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@
4545
<skipAssembly>true</skipAssembly>
4646
</configuration>
4747
</plugin>
48+
<plugin>
49+
<groupId>org.apache.maven.plugins</groupId>
50+
<artifactId>maven-jar-plugin</artifactId>
51+
<configuration>
52+
<archive>
53+
<manifest>
54+
<!--Include the Driver class as the 'main'.
55+
Executing the jar will then show a list of the basic MR jobs.
56+
-->
57+
<mainClass>org/apache/hadoop/hbase/mapreduce/Driver</mainClass>
58+
</manifest>
59+
</archive>
60+
</configuration>
61+
</plugin>
4862
</plugins>
4963
</build>
5064
<dependencies>

0 commit comments

Comments
 (0)