[Build] Include CREDITS,README and licenses in bin Include CREDITS, README and licenses in binary tarball.
https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-83 https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-82 Signed-off-by: Jonas Pfefferle <peppe...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/5c892726 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/5c892726 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/5c892726 Branch: refs/heads/master Commit: 5c89272664c346d24478f38ba29554eb3a347a1b Parents: e43b39f Author: Jonas Pfefferle <peppe...@apache.org> Authored: Thu Nov 15 16:43:22 2018 +0100 Committer: Jonas Pfefferle <peppe...@apache.org> Committed: Thu Nov 15 16:43:22 2018 +0100 ---------------------------------------------------------------------- assembly/src/main/assembly/assembly.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/5c892726/assembly/src/main/assembly/assembly.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/assembly/assembly.xml b/assembly/src/main/assembly/assembly.xml index 040f86d..59560c4 100644 --- a/assembly/src/main/assembly/assembly.xml +++ b/assembly/src/main/assembly/assembly.xml @@ -40,6 +40,10 @@ <directory>${project.parent.basedir}/conf</directory> <outputDirectory>conf</outputDirectory> </fileSet> + <fileSet> + <directory>${project.parent.basedir}/licenses</directory> + <outputDirectory>licenses</outputDirectory> + </fileSet> <fileSet> <!-- Create empty directory --> <outputDirectory>lib</outputDirectory> <excludes><exclude>**/*</exclude></excludes> @@ -49,6 +53,8 @@ <file><source>${project.parent.basedir}/LICENSE</source></file> <file><source>${project.parent.basedir}/NOTICE</source></file> <file><source>${project.parent.basedir}/DISCLAIMER</source></file> + <file><source>${project.parent.basedir}/CREDITS</source></file> + <file><source>${project.parent.basedir}/README.md</source></file> </files> <dependencySets>