GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/486
[FLINK-1342] Fix filtering of usercode from quickstart
With this change, we'll not just exclude everything from the
"org.apache.flink" groupid.
This has caused many troubles to users because it filtered out stuff from
the maven modules which aren't in "flink-dist" (hbase, streaming-connectors,
hadoop compat, gelly).
Also, if users use the "org.apache.flink" groupid in their quickstart, we
were filtering them out with the previous approach.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink1342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/486.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 #486
----
commit 123e0c2cc6da062c76f7dc3be76d32080458bbc0
Author: Robert Metzger <[email protected]>
Date: 2015-02-24T09:45:37Z
[FLINK-1414] Move quickstarts to website
commit 57967ee761b6b49fb9a776c67c379f87864d20be
Author: Robert Metzger <[email protected]>
Date: 2015-02-24T13:02:18Z
[FLINK-1342] Use maven-shade-plugin in quickstarts to build fat-jar
----
---
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.
---