Fork me on GitHub
#depstar
<
2021-11-19
>
awb9901:11:49

Hi There! My deps.edn project contains a few local only repos (the code is organized like that for a more modular structure. And now I would like to get all the dependencies of the local projects into the main jar. I played with sync-pom and paths-only, but I cannot get it to work.

awb9901:11:51

Any ideas?

seancorfield02:11:10

@hoertlehner First, I'll just mentioned that depstar is deprecated (and the repo archived) and I strongly recommend using tools.build instead, optionally with my build-clj library to reduce boilerplate.

seancorfield02:11:06

However, depstar works just fine out of the box with local deps, so you need to provide more detail about your project structure, what's in your deps.edn file, and exactly how you are invoking depstar...