Skip to content

Commit 0d6c052

Browse files
Jay.H.ZouJay.H.Zou
authored andcommitted
change build directory
1 parent 2cf8063 commit 0d6c052

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

bin/build.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

build/build.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
cd ./build/
3+
ls | grep -v '\.sh' | xargs rm -rf
4+
mkdir conf/
5+
mkdir web/
6+
mkdir logs/
7+
cd ../redis-manager-dashboard
8+
mvn clean package -Dmaven.test.skip=true
9+
mv -f target/classes/data/ ../build/
10+
mv -f target/classes/application.yml ../build/conf/
11+
mv -f target/classes/log4j2.xml ../build/conf/
12+
rm -rf target/classes/com/
13+
mv -f target/classes/* ../build/web/
14+
mv -f target/lib/ ../build/
15+
cp target/*.jar ../build/
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)