HBASE-13598 Make hbase assembly attach to the project

This commit is contained in:
Jerry He 2015-04-30 23:03:45 -07:00
parent 5a87c3910e
commit b484fb16f7
2 changed files with 0 additions and 5 deletions

View File

@ -42,9 +42,6 @@
<finalName>hbase-${project.version}</finalName>
<skipAssembly>false</skipAssembly>
<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>
<descriptors>
<descriptor>${assembly.file}</descriptor>

View File

@ -753,8 +753,6 @@
<!--Defer to the hbase-assembly sub-module. It
does all assembly-->
<skipAssembly>true</skipAssembly>
<!--Do not attach assembly to project.-->
<attach>false</attach>
</configuration>
</plugin>
<plugin>