HBASE-14243 Correct NOTICE files.

* fix hbase-it's incorrect use of hbase-server's unfiltered NOTICE
* fix printed comment in resource-bundle NOTICE
* add dependency url for non-aggregated works so that we meet Category B requirements
This commit is contained in:
Sean Busbey 2015-08-18 18:02:22 -05:00 committed by Sean Busbey
parent 16f8d27708
commit ebd34844ce
2 changed files with 6 additions and 1 deletions

View File

@ -45,6 +45,10 @@
<testResource>
<!-- We depend on hbase-server test resources -->
<directory>../hbase-server/src/test/resources</directory>
<excludes>
<exclude>META-INF/NOTICE</exclude>
<exclude>META-INF/LICENSE</exclude>
</excludes>
</testResource>
</testResources>
<pluginManagement>

View File

@ -291,12 +291,13 @@ JRuby's licence.
#end
#if(!${aggregated})
--
# For now, we're assuming we will aggregate all Category B licenses
This product includes ${dep.name}
Licensed under ${dep.licenses[0].name}, see LICENSE for details.
incorporated from ${dep.groupId}:${dep.artifactId}:${dep.packaging}:${dep.version}
For source see '${dep.url}'.
#end
#end
#end