GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4377
[FLINK-7230] [travis] Disable snapshot updates
This PR forbids downloading snapshot dependencies on Travis.
The travis builds call maven twice, once for compiling modules, and once
for running tests.
While running the tests maven occasionally downloaded snapshot artifacts
even though we _just built them_ locally.
The only SNAPSHOT dependencies that we have are from Flink, and all of
these are built locally in the compile step. There should be no downside to
this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 7230
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4377.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 #4377
----
commit 9ba19000c19cb706fe954b36085e7e531cb974c3
Author: zentol <[email protected]>
Date: 2017-07-19T14:16:54Z
[FLINK-7230] [travis] Disable snapshot updates
----
---
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.
---