mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-25 20:55:59 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/pinpoint-rpc/trunk@4007 84d0f5b1-2673-498c-a247-62c4ff18d310
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#! /bin/bash
|
|
mvn clean eclipse:eclipse package dependency:copy-dependencies install -Dmaven.test.skip
|
|
|
|
rc=$?
|
|
if [[ $rc != 0 ]] ; then
|
|
echo "BUILD FAILED $rc"
|
|
exit $rc
|
|
fi |