Do not call the buildComponents function for maven-parent.

This commit is contained in:
Manuele Simi 2019-09-25 09:45:43 -04:00
parent 93970747d3
commit a4256e5543
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -98,7 +98,7 @@ pipeline {
stage('build maven-parent') {
steps {
withMaven(jdk: "${maven_jdk}", mavenLocalRepo: "${maven_local_repo_path}", mavenSettingsFilePath: "${maven_settings_file}") {
buildComponents maven-parent
build maven-parent
}
echo "Done with maven-parent"
}