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-web/trunk@2232 84d0f5b1-2673-498c-a247-62c4ff18d310
11 lines
696 B
Bash
Executable File
11 lines
696 B
Bash
Executable File
VERSION="0.0.4-SNAPSHOT"
|
|
cp ./src/main/webapp/WEB-INF/views/*.jsp ./target/pinpoint-web-$VERSION/WEB-INF/views
|
|
cp ./src/main/webapp/WEB-INF/web.xml ./target/pinpoint-web-$VERSION/WEB-INF
|
|
cp ./src/main/webapp/*.html ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/components ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/scripts ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/styles ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/views ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/images ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/fonts ./target/pinpoint-web-$VERSION
|
|
cp -fr ./src/main/webapp/components_v1 ./target/pinpoint-web-$VERSION |