diff --git a/examples/curations.yml b/examples/curations.yml index a77e5c948731f..073378c2416a8 100644 --- a/examples/curations.yml +++ b/examples/curations.yml @@ -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"