imbajin commented on code in PR #2069: URL: https://github.com/apache/incubator-hugegraph/pull/2069#discussion_r1061553791
########## hugegraph-dist/pom.xml: ########## @@ -179,10 +179,11 @@ </goals> <configuration> <target> - <tar destfile="${final.destfile}" - basedir="${top.level.dir}" - includes="${final.name}/**" - compression="gzip"/> + <tar destfile="${final.destfile}" compression="gzip"> + <tarfileset dir="${top.level.dir}/" filemode="755"> Review Comment: > I mean add a ci to test it automaticlly~ (TODO) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org