removed maven install

This commit is contained in:
Ziver Koc 2017-10-11 15:09:00 +02:00
parent 3c75ef8829
commit 3d192ff7ae

2
Jenkinsfile vendored
View file

@ -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',