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