Files
my-worker/common/bin/deploy.bat

17 lines
285 B
Batchfile
Raw Normal View History

@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<CCB0><E6B1BE>Nexus<75><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo.
%~d0
cd %~dp0
2018-04-17 20:55:22 +08:00
cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy
2018-01-01 13:26:44 +08:00
pause