imbajin commented on code in PR #2390:
URL:
https://github.com/apache/incubator-hugegraph/pull/2390#discussion_r1428845142
##########
hugegraph-server/hugegraph-dist/pom.xml:
##########
@@ -293,22 +293,6 @@
<include
name="${final.name}/**"/>
</tarfileset>
</tar>
- <!-- copy the artifacts to root
- directory for better user
experience -->
- <!-- REMOVE ME after revision 1.5.0 -->
- <exec executable="cp"
- dir="${project.basedir}"
- failonerror="false">
- <arg value="-r"/>
- <arg value="../${final.name}"/>
- <arg value="../../${final.name}"/>
- </exec>
- <exec executable="cp"
- dir="${project.basedir}"
- failonerror="false">
- <arg
value="../${final.name}.tar.gz"/>
- <arg
value="../../${final.name}.tar.gz"/>
- </exec>
Review Comment:
**Description:** due to we already have the release script in `dist` module,
we don't need cp the pkg now
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]