o the m1 -> m2 conversion now works with archiva

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-05 05:23:47 +00:00
parent ce89abb0d5
commit 3897000c2d
1 changed files with 5 additions and 5 deletions

View File

@ -55,12 +55,12 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
[ "$MODE" = "batch" ] && echo && echo "Press any key to run the m1 to m2 conversion, or hit ^C to quit." && echo
echo "Running repoclean"
echo "Running Maven 1.x to Maven 2.x conversion ..."
#(
# $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
# ------------------------------------------------------------------------