mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[유치수] [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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user