You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/04/15 19:15:41 UTC

[jira] [Closed] (MDEP-418) support for retrying downloads that timed-out mid-way

     [ https://issues.apache.org/jira/browse/MDEP-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MDEP-418.
-------------------------------
    Resolution: Not A Problem

Transport is handled by Resolver and Wagon. This plugin has nothing to do with.

> support for retrying downloads that timed-out mid-way
> -----------------------------------------------------
>
>                 Key: MDEP-418
>                 URL: https://issues.apache.org/jira/browse/MDEP-418
>             Project: Maven Dependency Plugin
>          Issue Type: New Feature
>            Reporter: Radai Rosenblatt
>
> I have a build that pulls a lot of artifacts (~200 MB of artifacts) from a corporate maven repository over a sometimes-unreliable network connection.
> At times a download will stall mid-way causing the build to (eventually) time out and fail, if I dotn abort it myself after a few minutes of inactivity:
> Downloading: http://corp-repo/.../SomeLargeArtifact.zip
> 8728/20085 KB <---- remains this way for 5 minutes, then i kill it
> it would be nice if the dependency plugin could retry a download if its mid-way (meaning some data has actually transferred) and stalled (say no incoming data for 5 minutes).
> since the amount of data received is already printed to the console i think at least some of the tracking mechanism required to trigger a re-download already exists



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)