Hello The other day I sent a pull request to 2 maven plugins. They add a pause between retries in deploy-plugin. This is needed to solve runtime errors generated by network glitches while the deploy plugin copies files.
I filled a jira ticket, generated 2 pull requests and sent this email to maven-dev group. Should I do something else so it is merged? Regards Pablo On Tue, Oct 4, 2016 at 3:55 PM, pabloa98 <[email protected]> wrote: > Hello. > > I added a new property in Maven Deploy plugin called > retryFailedDeploymentDelay > > This property impose a delay between 1 second to 5 minutes (max) between > retries. The intention is to make maven more solid and stable when network > glitches happens. > > This pull request is: https://github.com/apache/maven-plugins/pull/92 > jira ticket is: https://issues.apache.org/jira/browse/MDEPLOY-214 > > > This Pull Request requires this other pull request on macen shared > project: https://github.com/apache/maven-shared/pull/18 and requerest > > Could you please accept the pull request? > > Pablo >
