o turn off the m1 -> m2 conversion as the archiva code doesn't work

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-05 01:50:11 +00:00
parent 2276d22646
commit 6dfc447866
1 changed files with 4 additions and 4 deletions

View File

@ -57,10 +57,10 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
echo "Running repoclean"
(
$REPOCLEAN/m1-m2-conversion.sh $syncProperties
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
)
#(
# $REPOCLEAN/m1-m2-conversion.sh $syncProperties
# retval=$?; if [ $retval != 0 ]; then exit $retval; fi
#)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
# ------------------------------------------------------------------------