1 Star 0 Fork 29

SmartCloud2025/c1

forked from 明道/c1 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.bat 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
明道 提交于 2013-11-09 23:28 . init
@echo off
echo [Pre-Requirement] Makesure install JDK 6.0+ and set the JAVA_HOME.
echo [Pre-Requirement] Makesure install Maven 3.0.3+ and set the PATH.
set MVN=mvn
set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128m
cd modules
call %MVN% clean install -Dmaven.test.skip=true
cd ..
if errorlevel 1 goto error
cd apps
call %MVN% clean install -Dmaven.test.skip=true
cd ..
if errorlevel 1 goto error
cd examples
call %MVN% clean install -Dmaven.test.skip=true
cd ..
if errorlevel 1 goto error
goto end
:error
echo Error Happen!!
:end
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SmartCloud/c1.git
git@gitee.com:SmartCloud/c1.git
SmartCloud
c1
c1
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385