HBASE-18791: HBASE_HOME/lib does not contain hbase-mapreduce-test.jar

This commit is contained in:
Yi Liang 2017-09-11 16:40:18 -07:00 committed by Michael Stack
parent b651b46d36
commit 90265c9f8c
2 changed files with 9 additions and 0 deletions

View File

@ -146,5 +146,13 @@
</includes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>${project.basedir}/../hbase-mapreduce/target/</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>${mapreduce.test.jar}</include>
</includes>
<fileMode>0644</fileMode>
</fileSet>
</fileSets>
</component>

View File

@ -1444,6 +1444,7 @@
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
<rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar>
<mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar>
<shell-executable>bash</shell-executable>
<surefire.version>2.19.1</surefire.version>
<surefire.provider>surefire-junit47</surefire.provider>