I think if we add a test to the 'find' command that filters files newer than maven metadata xml file in activemq-parent folder (I think this one is generated first in a build process) it would do a trick.
Here's a test I've done on my local box and it seems to do what you need. find ~/.m2/repository/org/apache/activemq/ -type f -mtime +7 -not -newer ~/.m2/repository/org/apache/activemq/activemq-parent/maven- metadata-local.xml Cheers, Dejan On 9/4/07, James Strachan <[EMAIL PROTECTED]> wrote: > > On 9/4/07, rstoyanchev <[EMAIL PROTECTED]> wrote: > > > > Hi, I don't see any jars in: > > > http://people.apache.org/maven-snapshot-repository/org/apache/activemq/activemq-core/5.0-SNAPSHOT/ > > > > All other directories under the parent "activemq-core" folder appear to > be > > empty as well. Any ideas? > > In an effort to not take up huge Gb of the Apache snapshot repo, we've > started removing old snapshots. The problem is, if our nightly snaphot > build has a problem, we end up deleting all snapshots eventually (as > the ones there get old). > > I'll try figure out how to get 'em working again... > > I'd be great if we could somehow 'touch' the latest snapshot versions > each day so that we will definitely keep at least one snapshot around > even if the nightly build dies. Anyone any idea how to do that? > > http://svn.apache.org/repos/asf/activemq/scripts/activemq-snapshots-clean.sh > > -- > James > ------- > http://macstrac.blogspot.com/ > -- Dejan Bosanac www.scriptinginjava.net