mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 00:05:57 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@453 84d0f5b1-2673-498c-a247-62c4ff18d310
9 lines
154 B
Bash
9 lines
154 B
Bash
mvn clean package
|
|
cd ./target/classes
|
|
jar cvfM HippoAgent.jar ./src/META-INF/MANIFEST.MF ./*
|
|
cp ./HippoAgent.jar ../../
|
|
cd ../../
|
|
ls -al HippoAgent.jar
|
|
|
|
|