HBASE-17925 mvn assembly:single fails against hadoop3-alpha2

This commit is contained in:
Jonathan M Hsieh 2017-04-14 13:45:07 -07:00
parent a8e6f33791
commit 719a30b11a
1 changed files with 1 additions and 1 deletions

View File

@ -2381,7 +2381,7 @@
<hadoop.version>${hadoop-three.version}</hadoop.version>
<!--Use this compat module for now. TODO: Make h3 one if we need one-->
<compat.module>hbase-hadoop2-compat</compat.module>
<assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
</properties>
<dependencyManagement>
<dependencies>