1
0

[HUDI-3340] Fix deploy_staging_jars command (#5243)

This commit is contained in:
Raymond Xu
2022-04-06 12:14:23 -07:00
committed by GitHub
parent 939b3d1b07
commit b2f09a1fee

View File

@@ -74,5 +74,5 @@ for v in "${ALL_VERSION_OPTS[@]}"
do do
echo "Deploying to repository.apache.org with version option ${v}" echo "Deploying to repository.apache.org with version option ${v}"
COMMON_OPTIONS="${v} -Prelease -DskipTests -DretryFailedDeploymentCount=10 -DdeployArtifacts=true" COMMON_OPTIONS="${v} -Prelease -DskipTests -DretryFailedDeploymentCount=10 -DdeployArtifacts=true"
echo $COMMON_OPTIONS $MVN clean deploy $COMMON_OPTIONS
done done