POM with license information

We have to generate SBOM files for our products and use: GitHub - CycloneDX/cyclonedx-gradle-plugin: Creates CycloneDX Software Bill of Materials (SBOM) from Gradle projects

Since a SBOM should contain license information for a component, I would like to ask you to add it in your POM file:

<licenses>
  <license>
    <name>Proprietary</name>
  </license>
</licenses>

The license name shall be “Proprietary” if it’s not a SPDX identifier.

Thanks in advance.

Example project
aspose-cad.zip (221.5 KB)

Execute Task “cyclonedxBom” e.g. on command line:
cd aspose-cad
./gradlew cyclonedxBom

Find SBOM at
aspose-cad/lib/build/reports/sbom.json

@wimix,
Hi.
Thank you, we will consider this in the scope of CADJAVA-11396.