fix some issues with the plugin tool
This commit is contained in:
parent
0124b6952c
commit
b6e4e56118
5
plugin
5
plugin
|
|
@ -14,16 +14,21 @@ case "$1" in
|
|||
"d" | "deploy") # deploy api to repo
|
||||
;;
|
||||
"b" | "build")
|
||||
(
|
||||
cd "$basedir"
|
||||
mvn package
|
||||
)
|
||||
;;
|
||||
"upload")
|
||||
(
|
||||
cd "$basedir"
|
||||
scp ./galaxy/target/galaxy-chat.jar sid@leo:/home/sid/servers/meadowTest/plugins/galaxy-chat.jar
|
||||
scp ./velocity/target/velocity-chat.jar sid@leo:/home/sid/servers/velocity/plugins/velocity-chat.jar
|
||||
)
|
||||
;;
|
||||
"queue")
|
||||
(
|
||||
cd "$basedir"
|
||||
scp ./galaxy/target/galaxy-chat.jar sid@lyra:/home/sid/share/updates/all/plugins/galaxy-chat.jar
|
||||
scp ./velocity/target/velocity-chat.jar sid@lyra:/home/sid/share/updates/plugins/proxy/velocity-chat.jar
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user