windows bat 脚本 启动

@echo off

SET PRO_HOME=E:\platform-dev 

cd %PRO_HOME%\wxt-vo
call mvn clean install  -Dmaven.test.skip=true

cd %PRO_HOME%\wxt-user
call mvn clean install  -Dmaven.test.skip=true

cd %PRO_HOME%\wxt-product\wxt-product-biz 
call mvn clean install  -Dmaven.test.skip=true

cd %PRO_HOME%\wxt-shopping\wxt-shopping-biz 
call mvn clean install  -Dmaven.test.skip=true

cd %PRO_HOME%\wxt-platform\wxt-platform-biz 
call mvn clean install  -Dmaven.test.skip=true

cd %PRO_HOME%\wxt-platform\wxt-platform-web
call mvn clean 

echo *************compiler success!!!!!!!! *************

你可能感兴趣的:(solr,java,lucene)