Revert "Publishing scala-2.13 artifacts to the maven S3 repo. (#9224)" (#9233)

This reverts commit bb2a17b90c4f212191932dce3453591bd7f47cfc.
This commit is contained in:
Philip Hyunsu Cho 2023-06-01 14:39:39 -07:00 committed by GitHub
parent bb2a17b90c
commit db8288121d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,6 @@ rm -rf ../build/
# Re-build package without Mock Rabit
# Deploy to S3 bucket xgboost-maven-repo
mvn --no-transfer-progress package deploy -Duse.cuda=ON -P release-to-s3 -Dspark.version=${spark_version} -DskipTests
# Deploy scala 2.13 to S3 bucket xgboost-maven-repo
mvn --no-transfer-progress package deploy -P release-to-s3,default,scala-2.13 -Dspark.version=${spark_version} -DskipTests
set +x
set +e