My internet connection is VERY SLOW (< 50kbps, most of the time) and, because of that, I would like to know if there is a way to speed up the Maven download of the project's dependencies? I'm looking for a feature on Maven such as partitioned download, similar to Firefox's DownThemAll, Free Download Manager, Axel (linux) etc.
thanks in advance.
Configure yourself a local repository, which knows about the remote ones, and point your maven client to your local repo.
Your first download of each dependency will still be slow, as it still uses the slow internet connection, but subsequent ones will use the local cache.
Of course, if you depend mainly on SNAPSHOT versions, this won't give you much benefit, but for ones that don't change much, you'll win big time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With