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
Given the following
project.clj:Running
dwn gen-repo ./project.nixemits the error:This still happens when requiring
jsendnsca-coredirectly, and explicitly including the repository in which it's hosted: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