I read here that "the more repositories you add, the slower will be your build". Is that true ?
I thought that if the version of the artifact you have a dependency for is available in the .m2 folder, then the repositories won't even be queried, and if it isn't available, then maven will cycle through them just until it finds the correct artifact, and won't look any further. So in either case, it doesn't consume extra bandwidth.