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 <[email protected]> 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>
