Files
my-worker/modules/core/bin/deploy.bat

22 lines
382 B
Batchfile
Raw Permalink Normal View History

@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem * No deletion without permission, or be held responsible to law.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
2023-07-07 17:32:31 +08:00
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<F0B9A4B3>Maven<65><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo.
%~d0
cd %~dp0
2023-07-07 17:32:31 +08:00
call mvn -v
echo.
2018-04-17 20:55:22 +08:00
cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy
2019-12-31 14:52:03 +08:00
cd bin
2018-01-01 13:26:44 +08:00
pause