#!/bin/bash

#Remove SNAPSHOT form Repository

# http://javaadventure.blogspot.de/2010/07/quick-and-dirty-remove-snapshots-from.html
#find ~/.m2/repository -type d -name \*-SNAPSHOT -exec rm -rvf {} \;
