mirror of
https://github.com/dromara/neutrino-proxy.git
synced 2026-06-06 21:01:21 +08:00
8 lines
222 B
Batchfile
8 lines
222 B
Batchfile
@echo off
|
|
@rem console output code changed to UTF-8
|
|
chcp 65001
|
|
@rem basic params
|
|
set MODULE_NAME="neutrino-proxy-server"
|
|
@rem step
|
|
cd %~dp0 && cd ../../
|
|
call mvn clean package -pl %MODULE_NAME% -am -Dmaven.test.skip=true |