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:
parent
52ab09bec3
commit
de1de409c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue