HBASE-13598 Make hbase assembly attach to the project
This commit is contained in:
parent
5a87c3910e
commit
b484fb16f7
|
@ -42,9 +42,6 @@
|
||||||
<finalName>hbase-${project.version}</finalName>
|
<finalName>hbase-${project.version}</finalName>
|
||||||
<skipAssembly>false</skipAssembly>
|
<skipAssembly>false</skipAssembly>
|
||||||
<appendAssemblyId>true</appendAssemblyId>
|
<appendAssemblyId>true</appendAssemblyId>
|
||||||
<!--We do not want assembly attached; run on command-line explicitly
|
|
||||||
if you want to do an assembly-->
|
|
||||||
<attach>false</attach>
|
|
||||||
<tarLongFileMode>gnu</tarLongFileMode>
|
<tarLongFileMode>gnu</tarLongFileMode>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>${assembly.file}</descriptor>
|
<descriptor>${assembly.file}</descriptor>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -753,8 +753,6 @@
|
||||||
<!--Defer to the hbase-assembly sub-module. It
|
<!--Defer to the hbase-assembly sub-module. It
|
||||||
does all assembly-->
|
does all assembly-->
|
||||||
<skipAssembly>true</skipAssembly>
|
<skipAssembly>true</skipAssembly>
|
||||||
<!--Do not attach assembly to project.-->
|
|
||||||
<attach>false</attach>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue