This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch fix_package in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
commit 63d136f57dc2209ce0287b46720c7ed19a1a44a2 Author: coderzc <[email protected]> AuthorDate: Fri Jan 6 20:01:20 2023 +0800 add LICENSE/NOTICE to binary package --- computer-dist/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/computer-dist/pom.xml b/computer-dist/pom.xml index 2c201960..0ca6acb6 100644 --- a/computer-dist/pom.xml +++ b/computer-dist/pom.xml @@ -122,6 +122,12 @@ <copy file="${top.level.dir}/computer-k8s-operator/target/hugegraph-computer-operator-${revision}.jar" tofile="${top.level.dir}/${final.name}/k8s-operator/hugegraph-computer-operator.jar" overwrite="true"/> + <copy file="${top.level.dir}/LICENSE" + tofile="${top.level.dir}/${final.name}/LICENSE" + overwrite="true"/> + <copy file="${top.level.dir}/NOTICE" + tofile="${top.level.dir}/${final.name}/NOTICE" + overwrite="true"/> <tar destfile="${top.level.dir}/target/${final.name}.tar.gz" compression="gzip"> <tarfileset dir="${top.level.dir}" filemode="755">
