chibenwa opened a new pull request #292: URL: https://github.com/apache/james-project/pull/292
Deploying means uploading each jar generated by the build to Apache Snapshot repository. As a contributor, I hate it: it takes ages to complete, as tons of small objects are uploaded sequencially. A good way to speed things up is to leverage maven concurrency: instead of uploading one stuff at the same time, we end up uploading 16 stuff at the same time. This could take the deploy phase, currently taking 1h+ down to 5 minutes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
