Skip to content

Commit

Permalink
[CELEBORN-1318][FOLLOWUP] Upload the celeborn-common to nexus staging…
Browse files Browse the repository at this point in the history
… for http authentication extensions

### What changes were proposed in this pull request?
Since #2440, http authentication is supported.

In this pr, we deploy the `celeborn-common` so that users can leverage the SDK for http authentication extensions.

### Why are the changes needed?

For http authentication extensions in users end.

### Does this PR introduce _any_ user-facing change?

No, just deploy the `celeborn-common` dependency.

### How was this patch tested?
Run the command locally.

Closes #2632 from turboFei/deploy_common_auth_plugin.

Authored-by: Wang, Fei <[email protected]>
Signed-off-by: Wang, Fei <[email protected]>
  • Loading branch information
turboFei committed Jul 23, 2024
1 parent 8b7c2b3 commit 98c9ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ upload_nexus_staging() {

echo "Deploying celeborn-openapi-client_2.12"
${PROJECT_DIR}/build/sbt "clean;celeborn-openapi-client/publishSigned"

echo "Deploying celeborn-common_2.12"
${PROJECT_DIR}/build/sbt "clean;celeborn-common/publishSigned"
}

finalize_svn() {
Expand Down
1 change: 1 addition & 0 deletions project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ object CelebornCommon {
.settings (
commonSettings,
protoSettings,
releaseSettings,
libraryDependencies ++= Seq(
Dependencies.protobufJava,
Dependencies.findbugsJsr305,
Expand Down

0 comments on commit 98c9ba3

Please sign in to comment.