Make CycloneDX SBOM artifact easier to recognize (#1536)

Adding the 'classifier' to get artifacts with names like
`pekko-actor_2.13-cylonedx.xml` consistent with what the Maven
plugin does.
This commit is contained in:
Arnout Engelen 2024-10-21 22:48:21 +02:00 committed by GitHub
parent 52ab09bec3
commit de1de409c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -262,7 +262,7 @@ object PekkoBuild {
JdkOptions.targetJdkSettings,
// needed until https://github.com/siculo/sbt-bom/pull/57 has been merged
packagedArtifacts += {
Artifact(artifact.value.name, "cyclonedx", "xml") -> makeBom.value
Artifact(artifact.value.name, "cyclonedx", "xml", "cyclonedx") -> makeBom.value
},
// a workaround for https://github.com/akka/akka/issues/27661
// see also project/Protobuf.scala that introduces /../ to make "intellij happy"