zyxxoo commented on code in PR #2069:
URL:
https://github.com/apache/incubator-hugegraph/pull/2069#discussion_r1061093424
##########
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 have tested, the permission problem is fixed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]