mirror of https://github.com/apache/maven.git
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:
parent
f188ccca69
commit
9a4a42199c
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue