This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new 741f9c6 chore: fix hugegraph-dist package error (#286)
741f9c6 is described below
commit 741f9c6697fb86f4c9dbc9a3cddafb300bbf17fe
Author: Simon Cheung <[email protected]>
AuthorDate: Wed May 25 21:51:11 2022 +0800
chore: fix hugegraph-dist package error (#286)
Co-authored-by: imbajin <[email protected]>
---
hugegraph-dist/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hugegraph-dist/pom.xml b/hugegraph-dist/pom.xml
index edc39ac..6f7a268 100644
--- a/hugegraph-dist/pom.xml
+++ b/hugegraph-dist/pom.xml
@@ -30,11 +30,11 @@
<configuration>
<tasks>
<echo file="${project.basedir}/dist.sh">
- ls
${project.parent.basedir}/hugegraph-hubble/hubble-dist/*
+ ls
${project.parent.basedir}/hugegraph-hubble/*
ls
${project.parent.basedir}/hugegraph-loader/*
ls
${project.parent.basedir}/hugegraph-tools/*
- \cp -r
${project.parent.basedir}/hugegraph-hubble/hubble-dist/hugegraph-hubble-${project.version}
${project.basedir}
+ \cp -r
${project.parent.basedir}/hugegraph-hubble/hugegraph-hubble-${project.version}
${project.basedir}
\cp -r
${project.parent.basedir}/hugegraph-loader/hugegraph-loader-${project.version}
${project.basedir}
\cp -r
${project.parent.basedir}/hugegraph-tools/hugegraph-tools-${project.version}
${project.basedir}