Skip to content

Commit

Permalink
HBASE-23147 Branches-1 shaded artifact for mapreduce integration miss…
Browse files Browse the repository at this point in the history
…es MainClass (#3214)

Co-authored-by: Huang <zhuang1@paypal.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
zhe-huang and Huang authored Aug 2, 2022
1 parent 0a0a474 commit 41e9e52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hbase-shaded/hbase-shaded-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
<skipAssembly>true</skipAssembly>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<!--Include the Driver class as the 'main'.
Executing the jar will then show a list of the basic MR jobs.
-->
<mainClass>org/apache/hadoop/hbase/mapreduce/Driver</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit 41e9e52

Please sign in to comment.