one-blog/build.sh
liushuang 8013c7f5f6 init
2024-07-28 23:39:54 +08:00

8 lines
138 B
Bash

#!/bin/bash
profileActive=prod
if [ -n "$1" ]; then
profileActive=$1
fi
mvn -X clean package -Dmaven.test.skip=true -P$profileActive