提交 04d00098 编写于 作者: Z zentol

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

This closes #6285.
上级 0cb1fe2f
......@@ -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-*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册