[Build] bin tarball: NOTICE, DISCLAIMER, LICENSE

Include NOTICE, DISCLAIMER, LICENSE in binary tarball.

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/c5e1d565
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/c5e1d565
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/c5e1d565

Branch: refs/heads/master
Commit: c5e1d5659484da9abd834ab8ac824092113c89f0
Parents: 90978be
Author: Jonas Pfefferle <peppe...@apache.org>
Authored: Mon Nov 5 14:11:23 2018 +0100
Committer: Jonas Pfefferle <peppe...@apache.org>
Committed: Mon Nov 5 14:28:16 2018 +0100

----------------------------------------------------------------------
 assembly/src/main/assembly/assembly.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/c5e1d565/assembly/src/main/assembly/assembly.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/assembly.xml 
b/assembly/src/main/assembly/assembly.xml
index 9aca91b..833271a 100644
--- a/assembly/src/main/assembly/assembly.xml
+++ b/assembly/src/main/assembly/assembly.xml
@@ -42,10 +42,15 @@
       <outputDirectory>conf</outputDirectory>
     </fileSet>
     <fileSet> <!-- Create empty directory -->
-        <outputDirectory>lib</outputDirectory>
-        <excludes><exclude>**/*</exclude></excludes>
+      <outputDirectory>lib</outputDirectory>
+      <excludes><exclude>**/*</exclude></excludes>
     </fileSet>
   </fileSets>
+  <files>
+    <file><source>${project.parent.basedir}/LICENSE</source></file>
+    <file><source>${project.parent.basedir}/NOTICE</source></file>
+    <file><source>${project.parent.basedir}/DISCLAIMER</source></file>
+  </files>
 
   <dependencySets>
     <dependencySet>

Reply via email to