mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@2145 84d0f5b1-2673-498c-a247-62c4ff18d310
11 lines
383 B
Bash
Executable File
11 lines
383 B
Bash
Executable File
# common은 install만 하면 된다.
|
|
# bootstrap이 빌드될 때 common의 class를 bootstrap.jar에 포함시킴.
|
|
|
|
# common lib
|
|
mvn clean eclipse:eclipse package dependency:copy-dependencies install -Dmaven.test.skip -Dthrift.executable.property=/Users/netspider/DEV-TOOLS/thrift-0.9.0/bin/thrift
|
|
|
|
rc=$?
|
|
if [[ $rc != 0 ]] ; then
|
|
echo "BUILD FAILED $rc"
|
|
exit $rc
|
|
fi |