NIFI-563: binary assembly should not include redundant LICENSE and NOTICE from docs artifact.

Signed-off-by: Mark Payne <markap14@hotmail.com>
This commit is contained in:
Sean Busbey 2015-04-30 00:20:41 -05:00 committed by Mark Payne
parent f59491c8db
commit c21288763d
1 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,11 @@
<unpack>true</unpack>
<unpackOptions>
<filtered>false</filtered>
<excludes>
<!-- LICENSE and NOTICE both covered by top-level -->
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
</excludes>
</unpackOptions>
</dependencySet>
</dependencySets>