My team has an existing umbrella app. Another team at the company where I
work is getting started building a new Elixir application and is starting
it in another git repository. There area a number of sub-apps in our
umbrella app that the other team would like to be able to use from their
new application. They’ve tried a number of things but haven’t found a way
to be able to depend on any of our sub-apps using a :git option. Ideally
we’d like to be able to get this to work:
defp deps do
{:foo, git: "[email protected]:my_org/our_umbrella.git", path: "apps/foo"}end
Is there a currently supported way to get this to work, or are we going to
have to extract the bits they want to use into separate, stand-alone git
repositories (something we’d rather not have to do)? Or is it something the
Elixir team would consider supporting in a future version of Elixir? Is
there a suggested work around for now?
One idea I had is to run a private hex server and publish our
sub-applications to that…but I have no idea how to run a private hex server
or how to depend on a package from a private hex server (and my few minutes
of searching hasn’t turned anything up).
Thanks!
Myron
--
You received this message because you are subscribed to the Google Groups
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elixir-lang-core/CADUxQmuH8r18U%2B%3DzKPkWq-22E4NZaDiogNMW42x-SxJdfcZafA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.