HBASE-14250 ensure hbase-server test-jar has its own LICENSE file and not the one for the non-test jar.

This commit is contained in:
Sean Busbey 2015-08-21 16:21:51 -05:00
parent 32c4cab4c1
commit ca9fdb142e

View File

@ -81,6 +81,7 @@
<execution> <execution>
<id>default</id> <id>default</id>
<configuration> <configuration>
<attachToTest>false</attachToTest>
<properties> <properties>
<copyright-end-year>${build.year}</copyright-end-year> <copyright-end-year>${build.year}</copyright-end-year>
<debug-print-included-work-info>${license.debug.print.included}</debug-print-included-work-info> <debug-print-included-work-info>${license.debug.print.included}</debug-print-included-work-info>