HBASE-18791: HBASE_HOME/lib does not contain hbase-mapreduce-test.jar
This commit is contained in:
parent
b651b46d36
commit
90265c9f8c
|
@ -146,5 +146,13 @@
|
||||||
</includes>
|
</includes>
|
||||||
<fileMode>0644</fileMode>
|
<fileMode>0644</fileMode>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
<fileSet>
|
||||||
|
<directory>${project.basedir}/../hbase-mapreduce/target/</directory>
|
||||||
|
<outputDirectory>lib</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>${mapreduce.test.jar}</include>
|
||||||
|
</includes>
|
||||||
|
<fileMode>0644</fileMode>
|
||||||
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
</component>
|
</component>
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -1444,6 +1444,7 @@
|
||||||
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
||||||
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.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>
|
<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>
|
<shell-executable>bash</shell-executable>
|
||||||
<surefire.version>2.19.1</surefire.version>
|
<surefire.version>2.19.1</surefire.version>
|
||||||
<surefire.provider>surefire-junit47</surefire.provider>
|
<surefire.provider>surefire-junit47</surefire.provider>
|
||||||
|
|
Loading…
Reference in New Issue