>ConnectException: Downloading key 41321490758aad6f >That's clearly disturbing for some contributors that sent me mail about it.
Those "exceptions" never fail the build. The case with keyservers is their availability leaves much to be desired, and it is non-trivial to find out "the closest server". So checksum-dependency-plugin does the following: it starts with very low timeout "e.g. 50 or 100ms", and it tries to connect to different servers. If succeeds, then it knows the fast server. If fails it increases the timeout and retries. That way it automatically discovers the fastest keyservers. I see how those messages might be "confusing", however, I don't know how to approach it. One of the options is to "ignore" the logging when the timeout is less than 3 seconds. Vladimir
