pan3793 commented on code in PR #2617:
URL: https://github.com/apache/celeborn/pull/2617#discussion_r1674207191
##########
build/release/release.sh:
##########
@@ -121,6 +121,9 @@ upload_nexus_staging() {
echo "Deploying celeborn-client-mr-shaded_2.12"
${PROJECT_DIR}/build/sbt -Pmr "clean;celeborn-client-mr-shaded/publishSigned"
+
+ echo "Deploying celeborn-openapi-client_2.12"
+ ${PROJECT_DIR}/build/mvn clean deploy -DskipTests -pl openapi/openapi-client
-s "${PROJECT_DIR}/build/release/asf-settings.xml"
Review Comment:
I lean toward option 2, because it's a burden to maintain two building
systems in long term, let's use sbt as much as possible.
--
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]