You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by va...@apache.org on 2023/01/06 13:57:11 UTC

[incubator-hugegraph] 01/01: chore: add NOTICE and LICENSE to binary package

This is an automated email from the ASF dual-hosted git repository.

vaughn pushed a commit to branch zy_dev
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git

commit add215fa59b4b613d20478068171408a74153160
Author: vaughn <va...@apache.org>
AuthorDate: Fri Jan 6 21:56:41 2023 +0800

    chore: add NOTICE and LICENSE to binary package
---
 hugegraph-dist/src/assembly/descriptor/assembly.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hugegraph-dist/src/assembly/descriptor/assembly.xml b/hugegraph-dist/src/assembly/descriptor/assembly.xml
index 75e4c623e..8d08b68b7 100644
--- a/hugegraph-dist/src/assembly/descriptor/assembly.xml
+++ b/hugegraph-dist/src/assembly/descriptor/assembly.xml
@@ -48,6 +48,14 @@
                 <include>*.jar</include>
             </includes>
         </fileSet>
+        <fileSet>
+            <directory>${top.level.dir}</directory>
+            <outputDirectory>/</outputDirectory>
+            <includes>
+                <include>LICENSE*</include>
+                <include>NOTICE*</include>
+            </includes>
+        </fileSet>
     </fileSets>
 
     <dependencySets>