@@ -6,7 +6,7 @@ define PROJECT_APP_EXTRA_KEYS
66 {licenses, ["MPL-2.0"]},
77 {links, [
88 {"Website", "https://www.rabbitmq.com/"},
9- {"GitHub", "https://github.com/rabbitmq/rabbitmq-common "}
9+ {"GitHub", "https://github.com/rabbitmq/rabbitmq-server/deps/rabbit_common "}
1010 ]},
1111 {build_tools, ["make", "rebar3"]},
1212 {files, [
@@ -15,17 +15,21 @@ define PROJECT_APP_EXTRA_KEYS
1515 ]}
1616endef
1717
18+ define HEX_TARBALL_EXTRA_METADATA
19+ # {
20+ licenses => [<<"MPL-2.0">>],
21+ links => # {
22+ <<"Website">> => <<"https://www.rabbitmq.com">>,
23+ <<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/deps/rabbit_common">>
24+ }
25+ }
26+ endef
27+
1828LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl
1929DEPS = jsx recon credentials_obfuscation
2030
2131dep_credentials_obfuscation = hex 2.4.0
2232
23- # FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
24- # reviewed and merged.
25-
26- ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
27- ERLANG_MK_COMMIT = rabbitmq-tmp
28-
2933# Variables and recipes in development.*.mk are meant to be used from
3034# any Git clone. They are excluded from the files published to Hex.pm.
3135# Generated files are published to Hex.pm however so people using this
@@ -50,4 +54,6 @@ PLT_APPS += mnesia crypto ssl
5054include ../../rabbitmq-components.mk
5155include ../../erlang.mk
5256
57+ HEX_TARBALL_FILES += $(DEPS_DIR ) /../rabbitmq-components.mk
58+
5359-include development.post.mk
0 commit comments