mirror of https://github.com/apache/maven.git
o make wget quiet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9de0992370
commit
a50d380cc8
|
@ -17,7 +17,7 @@ downloadMBootDependencies()
|
|||
if [ "$snapshot" = "0" ] || [ ! -f $repoLocal/$i ]
|
||||
then
|
||||
mkdir -p `dirname $repoLocal/$i` > /dev/null 2>&1
|
||||
wget -O $repoLocal/$i http://www.ibiblio.org/maven/$i
|
||||
wget -q -O $repoLocal/$i http://www.ibiblio.org/maven/$i
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue