mirror of https://github.com/apache/maven.git
run from installation directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0b81cb374
commit
5d3c736b8d
|
@ -50,7 +50,7 @@ while [ $# -gt 0 ]; do
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
[ -z $MBOOT_HOME ] && echo && echo "You must set MBOOT_HOME to use mboot!" && echo && exit
|
export MBOOT_HOME=`dirname $0`
|
||||||
|
|
||||||
. ${MBOOT_HOME}/maven.functions
|
. ${MBOOT_HOME}/maven.functions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue