NIFI-563: binary assembly should not include redundant LICENSE and NOTICE from docs artifact.
Signed-off-by: Mark Payne <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/c2128876 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/c2128876 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/c2128876 Branch: refs/heads/develop Commit: c21288763d2b85e9dad1aff0fe952bac27c4f1e8 Parents: f59491c Author: Sean Busbey <[email protected]> Authored: Thu Apr 30 00:20:41 2015 -0500 Committer: Mark Payne <[email protected]> Committed: Sun May 3 20:01:45 2015 -0400 ---------------------------------------------------------------------- nifi/nifi-assembly/src/main/assembly/dependencies.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c2128876/nifi/nifi-assembly/src/main/assembly/dependencies.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-assembly/src/main/assembly/dependencies.xml b/nifi/nifi-assembly/src/main/assembly/dependencies.xml index 8480c14..27eb32d 100644 --- a/nifi/nifi-assembly/src/main/assembly/dependencies.xml +++ b/nifi/nifi-assembly/src/main/assembly/dependencies.xml @@ -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>
