]> source.dussan.org Git - archiva.git/commitdiff
o catalog of little fixes that have been run
authorJason van Zyl <jvanzyl@apache.org>
Thu, 16 Nov 2006 11:56:49 +0000 (11:56 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Thu, 16 Nov 2006 11:56:49 +0000 (11:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@475695 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/bin/fixes/README.txt [new file with mode: 0644]
maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh [new file with mode: 0644]

diff --git a/maven-meeper/src/bin/fixes/README.txt b/maven-meeper/src/bin/fixes/README.txt
new file mode 100644 (file)
index 0000000..d23be80
--- /dev/null
@@ -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.
diff --git a/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh b/maven-meeper/src/bin/fixes/m1-m2-plugin-conversion.sh
new file mode 100644 (file)
index 0000000..67b1bdc
--- /dev/null
@@ -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 {} \;