You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/07/11 10:05:30 UTC

[8/9] flink git commit: [FLINK-9768][release] Speed up binary release

[FLINK-9768][release] Speed up binary release

This closes #6285.


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

Branch: refs/heads/master
Commit: 04d000981671b38d81a9a5ff385c4100e2cb2b13
Parents: 0cb1fe2
Author: zentol <ch...@apache.org>
Authored: Mon Jul 9 12:02:35 2018 +0200
Committer: zentol <ch...@apache.org>
Committed: Wed Jul 11 12:05:10 2018 +0200

----------------------------------------------------------------------
 tools/releasing/create_binary_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/04d00098/tools/releasing/create_binary_release.sh
----------------------------------------------------------------------
diff --git a/tools/releasing/create_binary_release.sh b/tools/releasing/create_binary_release.sh
index 6e783cf..ac2619c 100755
--- a/tools/releasing/create_binary_release.sh
+++ b/tools/releasing/create_binary_release.sh
@@ -60,7 +60,7 @@ make_binary_release() {
   fi
 
   # enable release profile here (to check for the maven version)
-  $MVN clean package $FLAGS -DskipTests -Prelease,scala-${SCALA_VERSION} -Dgpg.skip
+  $MVN clean package $FLAGS -Prelease,scala-${SCALA_VERSION} -pl flink-shaded-hadoop/flink-shaded-hadoop2-uber,flink-dist -am -Dgpg.skip -Dcheckstyle.skip=true -DskipTests -Dmaven.test.skip=true
 
   cd flink-dist/target/flink-*-bin/
   tar czf "${dir_name}.tgz" flink-*