We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0a474 commit 41e9e52Copy full SHA for 41e9e52
hbase-shaded/hbase-shaded-server/pom.xml
@@ -45,6 +45,20 @@
45
<skipAssembly>true</skipAssembly>
46
</configuration>
47
</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>
62
</plugins>
63
</build>
64
<dependencies>
0 commit comments