We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0ef9f commit e5d43a2Copy full SHA for e5d43a2
Jenkinsfile_multibranch_pipeline
@@ -46,7 +46,7 @@ pipeline {
46
configFileProvider([configFile(fileId: 'mvn-bdc-settings', variable: 'MVN_SETTINGS')]) {
47
sh "mvn -s $MVN_SETTINGS clean deploy javadoc:jar source:jar " +
48
"-T1C --batch-mode --errors " +
49
- "-Pbuild-documentation,ditto " +
+ "-Pditto " +
50
"-Drevision=${theVersion} " +
51
"${params.EXTRA_MAVEN_ARGS ?: ''}"
52
}
0 commit comments