When I have local jar dependencies on my personal machine I just
install the jar into the local maven repository on the machine. It's
not obvious to me how to do this on Heroku. Does anyone have any
experience with this or ideas on how to solve this?
Thanks.
Asim
No, you can disable this in project.clj.
> I thought maybe there would be a command to add a jar to a local maven repo,
> but from my brief research into this, it seems that "unmanaged dependencies"
> (linked above) is the way to do this.
There's a plugin, but this is only useful in the context of local
development: https://github.com/kumarshantanu/lein-localrepo
You can certainly store your jars in git, but a better approach is to
keep them in a private Maven repository. This can be done by running
your own server, using a repository service, or uploading jars to S3
in the repository format. I'm working on putting together better
documentation for this.
-Phil
Asim
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en