mirror of https://github.com/apache/nifi.git
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:
parent
f59491c8db
commit
c21288763d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue