mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
9 lines
180 B
Bash
9 lines
180 B
Bash
#! /bin/bash
|
|
# profiler-optional lib
|
|
mvn clean eclipse:eclipse package install -Dmaven.test.skip
|
|
|
|
rc=$?
|
|
if [[ $rc != 0 ]] ; then
|
|
echo "BUILD FAILED $rc"
|
|
exit $rc
|
|
fi |