GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/6285
[FLINK-9768][release] Speed up binary release
## What is the purpose of the change
This PR speeds up the building of convenience release artifacts.
On my machine this makes the process 30% faster, but YMMV.
## Brief change log
* only build required modules and dependencies; flink-dist and
flink-shaded-hadoop2-uber (implicitly required for flink-dist..........)
* skip checkstyle
* skip test compilation
## Verifying this change
Manually verified.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9768
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6285.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6285
----
commit 4e3c89234aea58e034262bf0e69d4941aeeb9b4c
Author: zentol <chesnay@...>
Date: 2018-07-09T10:02:35Z
[FLINK-9768][release] Speed up binary release
----
---