I currently experience disk space issues because build are frequent within my company. This happens on our build boxes which use a CI Server to build and then deploy our projects to a maven repository. The build box's local repository contains a lot of old snapshot builds which we no longer need. In addition, the remote maven repository contains unneeded snapshot jars. Is there a way to make it so that we only contain the most recent snapshot in our local and remote repositories, but still ensure that users will download the most recent snapshot version?
Thanks in advance, Rob
