Trying to add -U to force refresh to pick up htrace from mvn central... will undo once this passes

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2014-03-21 18:15:19 +00:00
parent 4ccd31a0a1
commit 8bd304ae42
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ bindir=$(dirname $0)
# Defaults
if [ -z "$MAVEN_HOME" ]; then
MVN=mvn
MVN=mvn -U
else
MVN=$MAVEN_HOME/bin/mvn
MVN=$MAVEN_HOME/bin/mvn -U
fi
PROJECT_NAME=HBase