X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdeploy-maven-file.sh;h=338a8c30f067aa644cccf7d43c0814e4f820fbc2;hb=32872573cb431a8479e75d159350b8184bb9d62e;hp=dfb9a5aa4732d34c21646652901fde0d081c2d6f;hpb=40a8db919896289a6f4516378128a09adbce7a19;p=releng%2Fglobal-jjb.git diff --git a/shell/deploy-maven-file.sh b/shell/deploy-maven-file.sh index dfb9a5aa..338a8c30 100644 --- a/shell/deploy-maven-file.sh +++ b/shell/deploy-maven-file.sh @@ -44,6 +44,6 @@ do "$file" \ -b "$MVN" \ -g "$GROUP_ID" \ - -p "$MAVEN_PARAMS $MAVEN_OPTIONS" \ + -p "$MAVEN_OPTIONS $MAVEN_PARAMS" \ |& tee "$DEPLOY_LOG" done < <(find "$UPLOAD_FILES_PATH" -type f -name "*")