Fork me on GitHub
#juxt
<
2020-06-07
>
Aleed18:06:26

when using Pack to publish to Clojars, I’m suppose to do --no-libs correct? if I have a project with :local/root deps, that command seems to ignore my local dependencies as well. so not sure what the right approach is here. (ref: https://github.com/juxt/pack.alpha/issues/82)

dominicm19:06:18

@alidcastano if they're libraries (local or otherwise) then you should publish them by themselves.

dominicm19:06:50

Things will not work, even if pack inlined the local dependency for you, the pom would reference things that don't exist.

Aleed21:06:28

ah, so as a git dependency this works since root deps.edn has the two nested modules as local/root deps. I imagined that something similar could be achieved with pack, i.e. the classpaths for the nested local/root deps are be found and packaged