cyclonedx-core-java icon indicating copy to clipboard operation
cyclonedx-core-java copied to clipboard

Unable to resolve custom license

Open skhokhlov opened this issue 1 year ago • 2 comments

https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom

    <licenses>
        <license>
            <name>CDDL + GPLv2 with classpath exception</name>
            <url>https://github.com/javaee/javax.annotation/blob/master/LICENSE</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>

Details are here: https://github.com/CycloneDX/cyclonedx-gradle-plugin/issues/479

skhokhlov avatar Aug 01 '24 10:08 skhokhlov

Could be addressed by adding a new entry to license-mapping.json.

nscuro avatar Aug 01 '24 17:08 nscuro

@lefevre00, @skhokhlov Would you be interested in helping with the fix PR?

VinodAnandan avatar Dec 10 '24 00:12 VinodAnandan