Files
dbswitch/build.sh
2022-08-14 00:07:04 +08:00

5 lines
78 B
Bash

#!/bin/sh
mvn clean -f pom.xml
mvn package -f pom.xml -Dmaven.test.skip=true