On Sunday, June 3, 2018 at 2:18:05 PM UTC-5, Luke Burton wrote:
>
> I have an outstanding pull request to add explicit copying of deps to a 
> target folder (like lein libdir) to depstar:
>
> https://github.com/healthfinch/depstar/pull/3
>
> (for esoteric reasons one of the places I deploy demands I use "thin jars" 
> which is essentially the app and dependencies side-by-side in individual 
> jars)
>
> But if all you want to do is make sure you're caching the deps in their 
> own step in the dockerfile, just run something like clj -Stree before your 
> build step.
>
> If you want to control the exact place where they end up instead of ~/.m2, 
> there's probably an environment variable somewhere to customize that.
>

You can set :mvn/local-repo in your deps.edn to use something other than 
~/.m2/repository. 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to