mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-08-29 08:54:00 +00:00
10 lines
153 B
Batchfile
10 lines
153 B
Batchfile
@echo off
|
|
|
|
echo "Clean Project ..."
|
|
call mvn clean -f pom.xml
|
|
|
|
echo "Build Project ..."
|
|
call mvn package -f pom.xml -D"maven.test.skip=true"
|
|
|
|
:exit
|
|
pause |