#!/usr/local/bin/bash find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/ -type f -mtime +7 -not -newer /www/people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-parent/maven-metadata.xml -exec rm -f {} \; find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/ -type f -mtime +7 -not -newer /www/people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-parent/maven-metadata.xml -exec rm -f {} \; find /www/people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/ -type f -mtime +7 -not -newer /www/people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/maven-metadata.xml -exec rm -f {} \; #find /www/people.apache.org/repo/m2-snapshot-repository/incubator-activemq/ -type f -mtime +7 -exec rm -f {} \;