On Tue, Apr 10, 2012 at 3:42 PM, Matt Taylor <[email protected]> wrote: > Answered my own question to a degree. For the benefit of the group here is > how to do it: > > rsync -a -v --include */ --include *.pom --include *.xml --exclude * > --bwlimit=1000 mirrors.ibiblio.org::maven2/ maven2 > > That will retrieve all of the pom and xml metadata files for the maven > central repository. > > At first I tried to just do a full rsync, but ibiblio cut me off after > about 3.4G of transfer. After an hour or so they let me back in, hence the > bwlimit of 1000KB/s to attempt to not hog their bandwidth. Unfortunately > they don't seem to publish what their limits are so I guess I'll have to > play with it to see how long it takes me to get the all the data. > > After I get all the poms I'll start in on the full repository via a slow > slurp. I'm OK with it taking weeks to get the jars for the first sync, and > then once I have the full repo getting the updates shouldn't be so taxing.
You dont want to get the jar files. They aren't going to tell you anything. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
