Skip to content

Commit

Permalink
[hotfix] Add spark3 profile in deploy_staging_jars (apache#4768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy authored Dec 24, 2024
1 parent 4ac05e4 commit d6677fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releasing/deploy_staging_jars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ fi
cd ${PROJECT_ROOT}

echo "Deploying to repository.apache.org"
${MVN} clean deploy -Papache-release,docs-and-source -DskipTests -DretryFailedDeploymentCount=10 $CUSTOM_OPTIONS
${MVN} clean deploy -Papache-release,docs-and-source,spark3 -DskipTests -DretryFailedDeploymentCount=10 $CUSTOM_OPTIONS

cd ${CURR_DIR}

0 comments on commit d6677fc

Please sign in to comment.