z7658329 commented on code in PR #394:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/394#discussion_r1043338929
##########
hugegraph-loader/pom.xml:
##########
@@ -650,9 +650,11 @@
<configuration>
<target>
<tar
destfile="${project.basedir}/${final.name}.tar.gz"
- basedir="${project.basedir}"
- includes="${final.name}/**"
- compression="gzip"/>
+ compression="gzip">
+ <tarfileset dir="${project.basedir}"
filemode="755">
Review Comment:
because plugins will generate sources in this path
--
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]