o catalog of little fixes that have been run

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@475695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-16 11:56:49 +00:00
parent 0f6116a2d0
commit 0419671e22
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,2 @@
These are little fixes that are one offs that need to be run to correct
problems with faulty conversions or syncing errors.

View File

@ -0,0 +1,7 @@
#!/bin/sh
# Thu Nov 16 06:55:11 EST 2006
# A little script which gets rid of *.plugin files that were created by Archiva by mistake. We
# don't want to convert Maven 1.x plugins to Maven 2.x plugins as they won't even run. Bad Jelly, bad.
find . -name '*.plugin' -exec rm -f {} \;