o capture the build of the verifier

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-16 05:47:50 +00:00
parent 64a4c000e4
commit 67240b9897
1 changed files with 7 additions and 1 deletions

8
ci.sh
View File

@ -147,10 +147,16 @@ BUILD_REQUIRED=`cat $HOME_DIR/build_required`
## Build the verifier
(
echo
echo "Building the verifier ..."
echo
cd $DIR/maven-components/maven-core-it-verifier
mboot
)
) >> log 2>&1
(
cd $DIR/maven-components/maven-core-it