Till Rohrmann created FLINK-10772:
-------------------------------------
Summary: create_binary_release.sh is broken
Key: FLINK-10772
URL:
https://issues.apache.org/jira/browse/FLINK-10772 Project: Flink
Issue Type: Bug
Components: Build System
Affects Versions: 1.7.0
Reporter: Till Rohrmann
Assignee: Till Rohrmann
Fix For: 1.7.0
The {{create_binary_release.sh}} is broken because it calls a script which does not exist. In fact, this script no longer needs to be called.
Moreover, the build fails because we skip the compilation and packaging of test dependencies via {{-Dmaven.test.skip=true}}. The problem is that test dependencies are still being resolved if this property is specified.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)