GitHub user mbalassi opened a pull request:
https://github.com/apache/flink/pull/837
[build] Merge transitive notice files to shaded notices
This is a proposed solution for adding the transitive notice information to
our shaded jars. The notice files are simply merged, and are not as readable as
the hand edited ones, but each piece of notice information is clearly linkable
to a single dependency.
This is the solution that I have seen being used in similar cases, e.g.
[here](https://github.com/apache/spark/blob/16fc49617e1dfcbe9122b224f7f63b7bfddb36ce/external/kafka-assembly/pom.xml).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mbalassi/flink notices
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/837.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 #837
----
commit 96d302e52ac27feb4cfdca75949e962ed6145791
Author: mbalassi <[email protected]>
Date: 2015-06-15T13:15:49Z
[build] Merge transitive notice files to shaded notices
----
---
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.
---