build the verifier if it is missing

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-17 20:47:36 +00:00
parent 0ce493657a
commit 362bd3866d
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@
home=`pwd`
cp=`pwd`/../maven-core-it-verifier/target/maven-core-it-verifier-1.0.jar
if [ ! -f $cp ]
then
echo
echo "The verifier needs to be built ... "
echo
( cd ../maven-core-it-verifier; mboot --install )
fi
verifier=org.apache.maven.it.Verifier
integration_tests=`cat integration-tests.txt`