mirror of https://github.com/apache/maven.git
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:
parent
64a4c000e4
commit
67240b9897
8
ci.sh
8
ci.sh
|
@ -147,10 +147,16 @@ BUILD_REQUIRED=`cat $HOME_DIR/build_required`
|
||||||
## Build the verifier
|
## Build the verifier
|
||||||
|
|
||||||
(
|
(
|
||||||
|
echo
|
||||||
|
|
||||||
|
echo "Building the verifier ..."
|
||||||
|
|
||||||
|
echo
|
||||||
|
|
||||||
cd $DIR/maven-components/maven-core-it-verifier
|
cd $DIR/maven-components/maven-core-it-verifier
|
||||||
|
|
||||||
mboot
|
mboot
|
||||||
)
|
) >> log 2>&1
|
||||||
|
|
||||||
(
|
(
|
||||||
cd $DIR/maven-components/maven-core-it
|
cd $DIR/maven-components/maven-core-it
|
||||||
|
|
Loading…
Reference in New Issue