Author: stack
Date: Fri Mar 21 18:15:19 2014
New Revision: 1580004
URL: http://svn.apache.org/r1580004
Log:
Trying to add -U to force refresh to pick up htrace from mvn central... will
undo once this passes
Modified:
hbase/trunk/dev-support/test-patch.sh
Modified: hbase/trunk/dev-support/test-patch.sh
URL:
http://svn.apache.org/viewvc/hbase/trunk/dev-support/test-patch.sh?rev=1580004&r1=1580003&r2=1580004&view=diff
==============================================================================
--- hbase/trunk/dev-support/test-patch.sh (original)
+++ hbase/trunk/dev-support/test-patch.sh Fri Mar 21 18:15:19 2014
@@ -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