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