-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Given the following project.clj:
(defproject dwnTest "0.0.1-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"] [cljr-nsca "0.0.3"]])Running dwn gen-repo ./project.nix emits the error:
ERROR no download info [com.googlecode jsendnsca-core jar 1.3.1] nil
This still happens when requiring jsendnsca-core directly, and explicitly including the repository in which it's hosted:
(defproject dwnTest "0.0.1-SNAPSHOT"
:repositories [["redhat" "https://maven.repository.redhat.com/ga/"]]
:dependencies [[org.clojure/clojure "1.8.0"] [com.googlecode/jsendnsca-core "1.3.1"]])See the POM at https://maven.repository.redhat.com/ga/com/googlecode/jsendnsca-core/1.3.1/jsendnsca-core-1.3.1.pom, and the entry at https://mvnrepository.com/artifact/com.googlecode/jsendnsca-core/1.3.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels