-
Notifications
You must be signed in to change notification settings - Fork 7
Analysis of POM-only artifacts fails #100
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
Comments
Hi @xsc! Nice to see you here! The cljdoc analyzer uses tools.deps to resolve dependencies. Our current suggested workaround is the same one tools.deps suggests: list the referenced pom-only deps individually. |
Also, if you haven't already, please feel free to upvote! |
@lread Thanks for the response, and sorry that I missed an existing issue! |
My pleasure, and no problem at all. There is a tentative patch in TDEPS-202, I suppose we could evaluate using this in cljdoc-analyzer. |
See this build:
https://app.circleci.com/pipelines/github/cljdoc/builder/46360/workflows/bf4aca79-e747-4b37-9877-2f70ad3f4c7b/jobs/62735
junixsocket-core
is a POM-only dependency ofunixsocket-http
(whose analysis fails in the above build). Thus, there is no JAR in the Maven repository.This is how the dependency is declared in
project.clj
:The text was updated successfully, but these errors were encountered: