Fetch the repository succeeded.
This action will force synchronization from JEECG开源社区/jeewx, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
echo 'Start to build project'
@echo off
cd P3-Biz-commonweixin
call mvn install package -Dmaven.test.skip=true
cd ..\P3-Biz-jiugongge
call mvn install package -Dmaven.test.skip=true
cd ..\P3-Biz-shaketicket
call mvn install package -Dmaven.test.skip=true
cd ..\P3-Web
set MAVEN_OPTS=%MAVEN_OPTS% -Xms1024M -Xmx1024M -XX:PermSize=256M -XX:MaxPermSize=256M
call mvn tomcat:run
@echo on
echo 'Build project successfully!'
pause
Sign in for post a comment
Comment ( 0 )