mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-20 01:52:42 +08:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo '开始打包...'
|
|
|
|
export MAVEN_OPTS=-Dmaven.test.skip=true
|
|
|
|
/app/mvnw clean package |