修改 install 为 package 进行编译

This commit is contained in:
YuCheng Hu 2022-06-17 13:38:17 -04:00
parent 173bb5ef7d
commit c63d207c77
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh 'mvn clean install'
sh 'mvn clean package'
}
}
stage('Test') {