mirror of https://github.com/apache/archiva.git
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:
parent
ce89abb0d5
commit
3897000c2d
|
@ -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
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue