1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-16 05:16:08 +02:00

Renamed maven simple bom to skip uploading to cumulus (#5180)

This commit is contained in:
Manjunath 2024-11-22 14:04:12 +01:00 committed by GitHub
parent f044ef106d
commit cd548193a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ import (
const (
mvnBomFilename = "bom-maven"
mvnSimpleBomFilename = "bom-simple"
mvnSimpleBomFilename = "simple-bom-maven"
)
func mavenBuild(config mavenBuildOptions, telemetryData *telemetry.CustomData, commonPipelineEnvironment *mavenBuildCommonPipelineEnvironment) {