[유치수] [NOBTS] bootstrap, agent 빌드 순서 변경.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@2309 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-09-12 02:31:53 +00:00
parent e30f6c06e5
commit ebec6d28d6
+8 -8
View File
@@ -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