Skip to content

Commit a596e09

Browse files
rodrigonullRodrigo Antunes
andauthored
[10.0.x] Add productized maven property to the build command for the release job (#3126)
Add productized maven property to the build command for the release job Co-authored-by: Rodrigo Antunes <[email protected]>
1 parent 10b0ea4 commit a596e09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/jenkins/Jenkinsfile.deploy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ pipeline {
146146

147147
if (isRelease()) {
148148
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
149-
mavenCommand.withProfiles(['apache-release'])
149+
mavenCommand
150+
.withProfiles(['apache-release'])
151+
.withProperty('productized')
150152
}
151153

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

0 commit comments

Comments
 (0)