Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Published artifact is missing MIT license #7

Closed
deobald opened this issue Jul 19, 2022 · 1 comment
Closed

Published artifact is missing MIT license #7

deobald opened this issue Jul 19, 2022 · 1 comment

Comments

@deobald
Copy link

deobald commented Jul 19, 2022

We have a deps.edn project which looks like this:

{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
        com.xtdb.labs/core2-api {:local/root "api"}
        com.xtdb.labs/core2-core {:local/root "core"}
        com.xtdb.labs/core2-client {:local/root "client"}
        com.xtdb.labs/core2-server {:local/root "server"}
        com.xtdb.labs/core2-datasets {:local/root "modules/datasets"}

        com.xtdb.labs/core2-kafka {:local/root "modules/kafka"}
        com.xtdb.labs/core2-s3 {:local/root "modules/s3"}
        com.xtdb.labs/core2-jdbc {:local/root "modules/jdbc"}
        com.xtdb.labs/core2-bench {:local/root "modules/bench"}

        integrant/repl {:mvn/version "0.3.2"}
        org.slf4j/slf4j-api {:mvn/version "1.7.36"}
        ch.qos.logback/logback-classic {:mvn/version "1.2.10"}
        cheshire/cheshire {:mvn/version "5.10.0"}
        com.cognitect/transit-clj {:mvn/version "1.0.324"}

        org.clojure/data.csv {:mvn/version "1.0.0"}
        org.clojure/tools.namespace {:mvn/version "1.2.0"}
        org.clojure/test.check {:mvn/version "1.1.1"}

        org.postgresql/postgresql {:mvn/version "42.2.20"}
        org.xerial/sqlite-jdbc {:mvn/version "3.36.0.3"}

        com.widdindustries/time-literals {:mvn/version "0.1.6"}
        io.github.cognitect-labs/test-runner {:git/tag "v0.5.0" :git/sha "b3fd0d2"}
        com.clojure-goes-fast/clj-async-profiler {:mvn/version "0.5.1"}}

;; ....
}

If I run the Neo4j Licensing plugin, like so:

$ mvn org.neo4j.build.plugins:licensing-maven-plugin:check -DfailIfMissing=false && \
  mvn org.neo4j.build.plugins:licensing-maven-plugin:collect-reports && \
  mvn org.neo4j.build.plugins:licensing-maven-plugin:aggregate

...it complains about two libraries:

[WARNING] Licensing: The artifact cljs.java-time:cljs.java-time:jar:0.1.19 has no license specified.
[WARNING] Licensing: The artifact com.widdindustries:time-literals:jar:0.1.6 has no license specified.

Is it possible to get the MIT license embedded in the release jar so automated licensing tooling can see it?

@henryw374
Copy link
Owner

already fixed as per henryw374/cljs.java-time#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants