From c9c36ba71f5312f0ef50a6873aad86b0c7c546cc Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Tue, 12 Mar 2024 15:05:08 +0100 Subject: [PATCH] docs(examples): Add an example for setting `sourceCodeOrigins` Signed-off-by: Frank Viernau --- examples/curations.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"