This commit is contained in:
aozhiwei 2020-01-23 14:59:39 +08:00
parent e54ec5b4ac
commit 9221f0b77c
5 changed files with 13 additions and 0 deletions

12
boundle.sh Normal file
View File

@ -0,0 +1,12 @@
cd third_party/wjtx/trunk/
mvn clean package install -Dmaven.test.skip=true
#cd global-server/target/global-server
cd ../../../../../../
pwd
exit
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
dir_name=`basename $PWD`
package_name=${dir_name}.tar.gz
tar --exclude=*.git -chzf target/${package_name} bin reload.sh restart.sh start_instance.sh config lib conf spring

1
lib Symbolic link
View File

@ -0,0 +1 @@
third_party/wjtx/trunk/global-server/target/global-server/lib

0
reload.sh Normal file
View File

0
restart.sh Normal file
View File

0
start_instance.sh Normal file
View File