Skip to content

Analysis of POM-only artifacts fails #100

Open
@xsc

Description

@xsc

See this build:
https://app.circleci.com/pipelines/github/cljdoc/builder/46360/workflows/bf4aca79-e747-4b37-9877-2f70ad3f4c7b/jobs/62735

2023-10-04 09:12:09,207 ERROR cljdoc-analyzer.runner - Could not find artifact com.kohlschutter.junixsocket:junixsocket-core:jar:2.8.0 in central (https://repo1.maven.org/maven2/)
2023-10-04 09:12:09,207 ERROR cljdoc-analyzer.runner - STDOUT
 nil
2023-10-04 09:12:09,207 ERROR cljdoc-analyzer.runner - STDERR
 nil

junixsocket-core is a POM-only dependency of unixsocket-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:

[com.kohlschutter.junixsocket/junixsocket-core "2.8.0" :extension "pom"]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions