-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide a hex package #7
Comments
I would be much happier if we could add hex.pm integration to erlang.mk … but for know, we can do it the rebar3 way |
This is more a requirement of hex then of rebar3, hex packages can't specify dependencies that are not packages themselves. What tool uploads them, rebar, mix, erlang.mk or some curl doesn't matter. |
Right, it doesn't matter what tool is used to publish to hex, all that matters is that all dependencies are in hex. Publishing with rebar3 or mix (or any other tool that gets support) is fine. |
Is it really necessary to have all dependencies in hex? Doesn't it depend on what tool is used to build the project. For example, if I'm building my project with |
Rebar3 resolves all deps of a hex package based on the registry, it will not fetch additional deps that are defined in rebar.config. |
@tsloughter Oh, I see. I didn't know that. Thanks! |
This requires the dependencies to be availalbe via hex too
Regarding this I already opened:
Once they are closed we should be able to use them in deps and use rebar3 hex upload to generate a elvis_core hex package :D
The text was updated successfully, but these errors were encountered: