You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Amruta Kawade (Jira)" <ji...@apache.org> on 2022/07/29 05:56:00 UTC

[jira] [Created] (MDEPLOY-298) mvn deploy retry on transient network failure

Amruta Kawade created MDEPLOY-298:
-------------------------------------

             Summary: mvn deploy retry on transient network failure
                 Key: MDEPLOY-298
                 URL: https://issues.apache.org/jira/browse/MDEPLOY-298
             Project: Maven Deploy Plugin
          Issue Type: Bug
            Reporter: Amruta Kawade


mvn deploy project uploads multiple files to remote repository. if after few files upload there is network drop and user retries upload user might get 409 file already exists.

gradle handles this with built in retry mechanism [https://github.com/gradle/gradle/issues/8992#issue-431651478]

do we have something similar in maven ?

also how repository owners can identify whether file upload is completed for any version of maven package ?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)