Skip to content

Commit

Permalink
docs(examples): Add an example for setting sourceCodeOrigins
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Mar 12, 2024
1 parent 9beb64c commit c9c36ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/curations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@
comment: "A copyright statement was used to declare the license."
declared_license_mapping:
"Copyright (C) 2013, Martin Journois": "NONE"

- id: "Maven:org.jetbrains.kotlin:kotlin-bom"
curations:
comment: "The package is a Maven BOM file and thus is metadata only."
is_metadata_only: true

- id: "Maven:androidx.collection:collection:"
curations:
comment: "Scan the source artifact, because the VCS revision and path are hard to figure out."
source_code_origins: "ARTIFACT"

0 comments on commit c9c36ba

Please sign in to comment.