Skip to content

Commit

Permalink
[FLINK-10544][build] Do not use custom settings.xml for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 14, 2018
1 parent 37389d9 commit bab4ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ echo "detected current version as: '$CURRENT_FLINK_VERSION'"

if [[ $CURRENT_FLINK_VERSION == *SNAPSHOT* ]] ; then
MVN_SNAPSHOT_OPTS="-B -Pdocs-and-source -DskipTests -Drat.skip=true -Drat.ignoreErrors=true \
-DretryFailedDeploymentCount=10 --settings deploysettings.xml clean deploy"
-DretryFailedDeploymentCount=10 clean deploy"

# hadoop2 scala 2.11
echo "deploy standard version (hadoop2) for scala 2.11"
Expand Down

0 comments on commit bab4ec1

Please sign in to comment.