HBASE-2562 bin/hbase doesn't work in-situ in maven; fix spelling mistake
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@946009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8eb75a630c
commit
ca482b185b
|
@ -105,7 +105,7 @@ CLASSPATH="${HBASE_CONF_DIR}"
|
||||||
CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
|
CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
|
||||||
|
|
||||||
add_maven_deps_to_classpath() {
|
add_maven_deps_to_classpath() {
|
||||||
f="/tmp/hbase-core-tets-classpath.txt"
|
f="/tmp/hbase-core-test-classpath.txt"
|
||||||
${MVN} -f core/pom.xml dependency:build-classpath -Dmdep.outputFile="${f}" &> /dev/null
|
${MVN} -f core/pom.xml dependency:build-classpath -Dmdep.outputFile="${f}" &> /dev/null
|
||||||
# Add tests classes
|
# Add tests classes
|
||||||
CLASSPATH=${CLASSPATH}:`cat "${f}"`
|
CLASSPATH=${CLASSPATH}:`cat "${f}"`
|
||||||
|
|
Loading…
Reference in New Issue