1
This commit is contained in:
parent
e54ec5b4ac
commit
9221f0b77c
12
boundle.sh
Normal file
12
boundle.sh
Normal 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
1
lib
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
third_party/wjtx/trunk/global-server/target/global-server/lib
|
0
restart.sh
Normal file
0
restart.sh
Normal file
0
start_instance.sh
Normal file
0
start_instance.sh
Normal file
Loading…
x
Reference in New Issue
Block a user