19 lines
396 B
Batchfile
19 lines
396 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
set JAVA_HOME=""
|
|
set mavenpath=""
|
|
call %~dp0modules\kdayun-core\build.bat
|
|
call %~dp0modules\kdayun-manager\build.bat
|
|
call %~dp0modules\kdayun-admin\build.bat
|
|
call %~dp0modules\kdayun-report\build.bat
|
|
call %~dp0modules\kdayun-baidu\build.bat
|
|
call %~dp0modules\kdayun-wechat\build.bat
|
|
call %~dp0modules\kdayun-wecom\build.bat
|
|
|
|
|
|
call %~dp0modules\kdayun-app\build.bat
|
|
|
|
|
|
|
|
|
|
pause |