turboFei commented on code in PR #2617:
URL: https://github.com/apache/celeborn/pull/2617#discussion_r1673423161


##########
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:
   Prefer to use mvn to deploy due the maven plugin leverage higher 
openapi-generator version.



-- 
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]

Reply via email to