Skip to content

Commit 4dfd6de

Browse files
committed
Update Jenkinsfile
1 parent 465cd38 commit 4dfd6de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
stages {
1010
stage('Build') {
1111
steps {
12-
sh 'mvn clean install -U'
12+
sh 'mvn clean install -X -e'
1313
}
1414
}
1515
stage('Publish Snapshot'){

0 commit comments

Comments
 (0)