o the verifier will now be built by mboot.jar

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-08-10 18:58:45 +00:00
parent f188ccca69
commit 9a4a42199c
1 changed files with 0 additions and 8 deletions

View File

@ -6,14 +6,6 @@ home=`pwd`
cp=../../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`