Fork me on GitHub
#cursive
<
2017-12-19
>
Oliver George01:12:54

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.

Oliver George01:12:17

I dont' seem to be able to edit "Build, Execution, Deployment > Build Tools > Maven > Repositories"

Oliver George01:12:20

I found the "Remote Jar Repositories" and added it but my project still didn't seem to use it.

cfleming02:12:14

@olivergeorge I think you’d need to add them to the POM. Are they in there?

cfleming02:12:52

When you say the deps didn’t come through, do you mean that the pom was generated without those dependencies?

Oliver George02:12:07

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)

Oliver George02:12:11

Yeah, that did the trick.

arrdem18:12:18

@danielcompton Cursive is the only way to refactor Clojure I’m not completely insane 😛