Skip to content

Commit

Permalink
Add productized maven property to the optaplanner-quickstarts build c…
Browse files Browse the repository at this point in the history
…ommand in the release job
  • Loading branch information
Rodrigo Antunes committed Oct 3, 2024
1 parent a596e09 commit f8d5890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ pipeline {
.withSettingsXmlFile(MAVEN_SETTINGS_FILE)
.withProperty('apache.repository.username', REPOSITORY_USER)
.withProperty('apache.repository.password', REPOSITORY_TOKEN)
.withProperty('productized')
.run('clean install')
}
}
Expand Down

0 comments on commit f8d5890

Please sign in to comment.