mirror of https://github.com/apache/archiva.git
o use the archiva code to do the conversion
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a487349a87
commit
bde3368de9
|
@ -55,7 +55,7 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
|||
echo "Running repoclean"
|
||||
|
||||
(
|
||||
$REPOCLEAN/sync-repoclean.sh
|
||||
$REPOCLEAN/m1-m2-conversion.sh
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
)
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
|
|
Loading…
Reference in New Issue