mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated build and package script
This commit is contained in:
parent
37086bfa5c
commit
4b0374a31b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use File::Path;
|
|||
|
||||
print "Start compiling...\n";
|
||||
chdir("..");
|
||||
#system("mvn clean install");
|
||||
system("mvn clean install -DskipTests");
|
||||
chdir("Mage.Client");
|
||||
system("mvn assembly:assembly");
|
||||
chdir("../Mage.Server");
|
||||
|
|
Loading…
Reference in a new issue