GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4221
[FLINK-7037] Remove scala suffic from flink-examples module
This PR removes the scala version suffix from the flink-examples module.
The suffix prevented building single modules that rely on any example
module. This does not cause issues when building flink completely as we
traverse the modules from the parent, allowing the scala version to be resolved
for all modules.
When building a single module in order to resolve the scala version we have
to traverse from the target module towards the parent, which isn't possible
since the scala version isn't resolved.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 7037
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4221.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 #4221
----
commit 6aadbc9237ae65313e73259021d6654115bc5461
Author: zentol <[email protected]>
Date: 2017-06-29T09:26:32Z
[FLINK-7037] Remove scala suffic from flink-examples module
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---