mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08: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";
|
print "Start compiling...\n";
|
||||||
chdir("..");
|
chdir("..");
|
||||||
#system("mvn clean install");
|
system("mvn clean install -DskipTests");
|
||||||
chdir("Mage.Client");
|
chdir("Mage.Client");
|
||||||
system("mvn assembly:assembly");
|
system("mvn assembly:assembly");
|
||||||
chdir("../Mage.Server");
|
chdir("../Mage.Server");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue