Skip to content

Commit

Permalink
[10.0.x] Remove productized property from release build command (#3127)
Browse files Browse the repository at this point in the history
* Add productized maven property to the optaplanner-quickstarts build command in the release job

* Remove productized property from release build command

---------

Co-authored-by: Rodrigo Antunes <[email protected]>
  • Loading branch information
rodrigonull and Rodrigo Antunes authored Oct 3, 2024
1 parent a596e09 commit 56fecee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ pipeline {

if (isRelease()) {
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
mavenCommand
.withProfiles(['apache-release'])
.withProperty('productized')
mavenCommand.withProfiles(['apache-release'])
}

configFileProvider([configFile(fileId: env.MAVEN_SETTINGS_CONFIG_FILE_ID, variable: 'MAVEN_SETTINGS_FILE')]) {
Expand Down

0 comments on commit 56fecee

Please sign in to comment.