Actually I think the jars are going to tell me quite a bit. By looking into the class files I should be able to create a link between not only what dependancies are being used by what projects but what methods/classes are being used within each dependency as well. I can then for instance create a 'heat map' for each project to show what classes/methods are most used within that project.
Matt On Tue, Apr 10, 2012 at 1:14 AM, Barrie Treloar <baerr...@gmail.com> wrote: > On Tue, Apr 10, 2012 at 3:42 PM, Matt Taylor > <m...@matthewjosephtaylor.com> 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: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >