Skip to content

Commit

Permalink
Make CycloneDX SBOM artifact easier to recognize (#1536)
Browse files Browse the repository at this point in the history
Adding the 'classifier' to get artifacts with names like
`pekko-actor_2.13-cylonedx.xml` consistent with what the Maven
plugin does.
  • Loading branch information
raboof authored Oct 21, 2024
1 parent 52ab09b commit de1de40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PekkoBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit de1de40

Please sign in to comment.