mirror of https://github.com/apache/archiva.git
fix path to m1 to m2 conversion
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ceedb11331
commit
86ffd66d46
|
@ -60,7 +60,8 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
|||
echo "Running Maven 1.x to Maven 2.x conversion ..."
|
||||
|
||||
(
|
||||
$REPOCLEAN/convert-m1-m2.sh $syncProperties
|
||||
cd $REPOCLEAN
|
||||
./convert-m1-m2.sh $syncProperties
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
)
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
|
|
Loading…
Reference in New Issue