This commit is contained in:
aozhiwei 2020-02-03 20:10:52 +08:00
parent 30a596fdad
commit bc62d615ff
5 changed files with 5 additions and 15 deletions

View File

@ -1,12 +0,0 @@
cd third_party/wjtx/trunk/
mvn clean package install -Dmaven.test.skip=true
#cd global-server/target/global-server
cd ../../..
pwd
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
boundle.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/boundle.sh

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/manage.py

View File

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/reload.sh

View File

@ -1,3 +0,0 @@
cd bin
sh shutdown.sh
sh startup.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/restart.sh

View File

1
start_instance.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/start_instance.sh