diff --git a/Jenkinsfile b/Jenkinsfile index eb4d8b4..e8c2014 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ node { } stage('Package') { - sh 'mvn -DskipStatic -DskipTests install' + sh 'mvn -DskipStatic -DskipTests package' // Tag artifact withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'f8e5f6c6-4adb-4ab2-bb5d-1c8535dff491',