12 lines
254 B
Batchfile
12 lines
254 B
Batchfile
|
@echo off
|
||
|
cd /d %~dp0
|
||
|
set JAVA_HOME=""
|
||
|
set mavenpath=""
|
||
|
|
||
|
call %~dp0modules\kdayun-core\mavendeploy.bat
|
||
|
call %~dp0modules\kdayun-manager\mavendeploy.bat
|
||
|
call %~dp0modules\kdayun-admin\mavendeploy.bat
|
||
|
call %~dp0modules\kdayun-report\mavendeploy.bat
|
||
|
|
||
|
|
||
|
pause
|