Giter Site home page Giter Site logo

Comments (5)

vlsi avatar vlsi commented on June 5, 2024

org.pushing-pixels:radiance-animation:6.0.1 does look like a dependency to me.

Could you please suggest which message would be better in that case?

The failure you have is that radiance-animation does list its license as BSD-3-Clause (I bet it is specified in pom.xml), however, the license text is not included into radiance-animation.jar.
If you shade (or include such radiance-animation.jar into your application) it would violate the terms of BSD-3-Clause because BSD-3-Clause requires including copyright notice which is a part of the license.

from vlsi-release-plugins.

bric3 avatar bric3 commented on June 5, 2024

Ahhh OK, I read this output wrong, I thought this dependency was correctly resolved. And didn't look at the jar.
Thank you very much for your clarification. Maybe the message might be improved to hint like you just did here.

Since I cannot fix the third party, maybe this can be fixed with something like (pseudo code as I'm on mobile now) :

ignoreMissingLicenseFor.add(SpdxLicense.BSD_3_Clause.asExpression())

from vlsi-release-plugins.

vlsi avatar vlsi commented on June 5, 2024

Since I cannot fix the third party

Well, you can put the license file under your source control under licenses folder: https://github.com/apache/jmeter/tree/master/src/licenses/licenses/hamcrest

By default, it would check licenses/$artifactId folder, and you can override it via licenseFiles

        overrideLicense("org.hamcrest:$lib:2.2") {
            // https://github.com/hamcrest/JavaHamcrest/issues/264
            // pom.xml lists "New BSD License", however it is BSD_3
            expectedLicense = SpdxLicense.BSD_3_Clause
            licenseFiles = "hamcrest"
        }

from vlsi-release-plugins.

bric3 avatar bric3 commented on June 5, 2024

OK, great thanks a lot !

from vlsi-release-plugins.

bric3 avatar bric3 commented on June 5, 2024

I guess the ticket can be closed !

I wonder if GH issues can be moved to discussions ?

from vlsi-release-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.