Skip to content

Commit

Permalink
[FLINK-5067][hotfix] Fix snapshot deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 22, 2017
1 parent 36cf94a commit 64c7b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ echo "detected current version as: '$CURRENT_FLINK_VERSION'"

#
# This script deploys our project to sonatype SNAPSHOTS.
# It will deploy both a hadoop v1 and a hadoop v2 (yarn) artifact
# It will deploy a hadoop v2 (yarn) artifact
#

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

# hadoop2 scala 2.10
Expand Down

0 comments on commit 64c7b11

Please sign in to comment.