Fork me on GitHub
#leiningen
<
2017-06-18
>
matan03:06:34

I am playing with creating a library for the first time. When I lein install I get a nice > Installed jar and pom into local repo. message. But in ~./m2 the library path (although clearly timestamped by the lein install command ― is empty 😲

matan03:06:17

here's a bash tree output of the target path: >~/.m2/repository/org/boteval/nlueval/ >└── org.boteval.nlueval > └── 0.0.1

matan03:06:47

Any ideas?

xiongtx21:06:52

matan: Did you actually build the jar with lein uberjar?