diff --git a/modules/cms/bin/deploy.bat b/modules/cms/bin/deploy.bat index 1feb4b36..8bdcc4b0 100644 --- a/modules/cms/bin/deploy.bat +++ b/modules/cms/bin/deploy.bat @@ -16,5 +16,4 @@ cd .. call mvn clean deploy -Dmaven.test.skip=true -Pdeploy cd bin -cmd /c msg %username% /time:0 /w "部署完成..." pause \ No newline at end of file diff --git a/modules/cms/bin/package.bat b/modules/cms/bin/package.bat index fd52bbab..d88a16b3 100644 --- a/modules/cms/bin/package.bat +++ b/modules/cms/bin/package.bat @@ -16,5 +16,4 @@ cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage cd bin -cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file