From ebec6d28d64dd5ca2c492692cf90f6aee695dfd0 Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Thu, 12 Sep 2013 02:31:53 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20boots?= =?UTF-8?q?trap,=20agent=20=EB=B9=8C=EB=93=9C=20=EC=88=9C=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@2309 84d0f5b1-2673-498c-a247-62c4ff18d310 --- build.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.sh b/build.sh index 27d6b94e6..efce64bd2 100755 --- a/build.sh +++ b/build.sh @@ -14,6 +14,14 @@ else echo "*********************" fi +# bootstrap +mvn clean install eclipse:eclipse package dependency:copy-dependencies -Dmaven.test.skip $PROFILE +rc=$? +if [[ $rc != 0 ]] ; then + echo "BUILD FAILED $rc" + exit $rc +fi + # profiler pushd . cd ../pinpoint-profiler @@ -25,14 +33,6 @@ if [[ $rc != 0 ]] ; then fi popd -# bootstrap -mvn clean install eclipse:eclipse package dependency:copy-dependencies -Dmaven.test.skip $PROFILE -rc=$? -if [[ $rc != 0 ]] ; then - echo "BUILD FAILED $rc" - exit $rc -fi - rm -fr $DEPLOY_DIR mkdir -p $DEPLOY_DIR/lib