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.
2 parents ca0cad5 + 4dfd6de commit e379ff1Copy full SHA for e379ff1
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