We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465cd38 commit 4dfd6deCopy full SHA for 4dfd6de
1 file changed
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
stages {
10
stage('Build') {
11
steps {
12
- sh 'mvn clean install -U'
+ sh 'mvn clean install -X -e'
13
}
14
15
stage('Publish Snapshot'){
0 commit comments