[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/bbdb9877
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/bbdb9877
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/bbdb9877

Branch: refs/heads/release-1.5
Commit: bbdb98772eeb24c6fed10a6302c4139a03abdaff
Parents: d3b644a
Author: zentol <ches...@apache.org>
Authored: Mon Jul 9 12:02:35 2018 +0200
Committer: zentol <ches...@apache.org>
Committed: Wed Jul 11 09:17:26 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/bbdb9877/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-*

Reply via email to