techpavan/mvn-repo-cleaner

Add option '--downloadedAfter, -da'

packpaul opened this issue · 1 comments

I was using a separate <project1>/_m2/repository and by mistake started a build for an other project by

$ mvn -s <project1>/_m2/settings.xml

instead of

$ mvn -s <project2>/_m2/settings.xml

And after this m2-repository of the first project got littered. Now I would like to clean artifacts that were downloaded today.