Undo the -U I added to get htrace to download from maven central; i.e. restore to how it was
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22e6d86f31
commit
ce71b349c1
|
@ -21,9 +21,9 @@ bindir=$(dirname $0)
|
|||
|
||||
# Defaults
|
||||
if [ -z "$MAVEN_HOME" ]; then
|
||||
MVN="mvn -U"
|
||||
MVN=mvn
|
||||
else
|
||||
MVN="$MAVEN_HOME/bin/mvn -U"
|
||||
MVN=$MAVEN_HOME/bin/mvn
|
||||
fi
|
||||
|
||||
PROJECT_NAME=HBase
|
||||
|
|
Loading…
Reference in New Issue