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

19 lines
300 B
Batchfile

@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [信息] 部署工程版本到Nexus服务器。
echo.
pause
echo.
%~d0
cd %~dp0
cd ../
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy
pause