You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2017/03/22 16:01:58 UTC

flink git commit: [FLINK-5067][hotfix] Fix snapshot deployment

Repository: flink
Updated Branches:
  refs/heads/master 36cf94ae8 -> 64c7b1198


[FLINK-5067][hotfix] Fix snapshot deployment


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/64c7b119
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/64c7b119
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/64c7b119

Branch: refs/heads/master
Commit: 64c7b11984539db3ca065421071492ca23a2bb04
Parents: 36cf94a
Author: Robert Metzger <rm...@apache.org>
Authored: Wed Mar 22 17:01:41 2017 +0100
Committer: Robert Metzger <rm...@apache.org>
Committed: Wed Mar 22 17:01:41 2017 +0100

----------------------------------------------------------------------
 tools/deploy_to_maven.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/64c7b119/tools/deploy_to_maven.sh
----------------------------------------------------------------------
diff --git a/tools/deploy_to_maven.sh b/tools/deploy_to_maven.sh
index c818a42..16d529e 100755
--- a/tools/deploy_to_maven.sh
+++ b/tools/deploy_to_maven.sh
@@ -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