GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2586
[FLINK-4732] remove maven junction plugin On Windows, the plugin may download code from the author's web site. The downloaded file is not signed in the same way as Maven artifacts from Maven central which have to be signed with the developer's key. This could be a potential target for attackers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink FLINK-4732 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2586.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 #2586 ---- commit dcdac00a0432f66bbf2992c8cfcc502d41a7d8c2 Author: Maximilian Michels <m...@apache.org> Date: 2016-10-04T09:12:35Z [FLINK-4732] remove maven junction plugin On Windows, the plugin may download code from the author's web site. The downloaded file is not signed in the same way as Maven artifacts from Maven central which have to be signed with the developer's key. This could be a potential target for attackers. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---