This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-19
Channels
- # adventofcode (82)
- # beginners (70)
- # boot (34)
- # boot-dev (13)
- # cider (45)
- # clara (4)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (91)
- # clojure-art (8)
- # clojure-czech (1)
- # clojure-dusseldorf (3)
- # clojure-france (11)
- # clojure-germany (1)
- # clojure-greece (39)
- # clojure-hamburg (1)
- # clojure-italy (24)
- # clojure-norway (2)
- # clojure-spec (7)
- # clojure-uk (31)
- # clojurescript (56)
- # core-async (7)
- # cursive (8)
- # data-science (10)
- # datomic (41)
- # duct (7)
- # emacs (1)
- # events (1)
- # fulcro (83)
- # graphql (6)
- # klipse (1)
- # leiningen (28)
- # lumo (67)
- # off-topic (14)
- # om (9)
- # onyx (3)
- # perun (4)
- # re-frame (22)
- # reagent (11)
- # ring-swagger (2)
- # rum (1)
- # specter (46)
- # sql (13)
- # uncomplicate (17)
- # unrepl (114)
How I can add clojars to the maven repositories in my project? I setup my project based on a pom.xml (generated with clj -Spom
) but the clojar specific deps didn't come through.
I dont' seem to be able to edit "Build, Execution, Deployment > Build Tools > Maven > Repositories"
I found the "Remote Jar Repositories" and added it but my project still didn't seem to use it.
@olivergeorge I think you’d need to add them to the POM. Are they in there?
When you say the deps didn’t come through, do you mean that the pom was generated without those dependencies?
Thanks Colin. The generated POM didn't include a clojars repository. I'll try adding it. (It did have the deps I expected in it)
Yeah, that did the trick.
@danielcompton Cursive is the only way to refactor Clojure I’m not completely insane 😛