mvn-build-suite-dev.sh 91 B

123
  1. #!/bin/sh
  2. # 用于开发环境打包
  3. mvn clean -P dev-suite package -Dmaven.test.skip=true