VGalaxies commented on code in PR #2403:
URL:
https://github.com/apache/incubator-hugegraph/pull/2403#discussion_r1452101707
##########
hugegraph-server/hugegraph-dist/pom.xml:
##########
@@ -216,6 +216,45 @@
</target>
</configuration>
</execution>
+ <execution>
+ <id>download-keystore</id>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <target>
+ <exec executable="${shell-executable}"
+ dir="${project.basedir}"
+ failonerror="false">
+ <arg line="./download_keystore.sh"/>
Review Comment:
Perhaps you can modify the script name (`dist.sh`) executed in the above
`download-swagger-ui` step, similar to what is done here, for differentiation.
--
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]