We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef91e9 commit bf9220cCopy full SHA for bf9220c
Makefile
@@ -16,7 +16,7 @@ MVN_FLAGS += -Ddeps.dir="$(abspath $(DEPS_DIR))"
16
all: deps
17
$(MVN) $(MVN_FLAGS) compile
18
19
-deps: $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq_ct_helpers
+deps: $(DEPS_DIR)/rabbitmq_codegen
20
@:
21
22
dist: clean
@@ -29,6 +29,9 @@ $(DEPS_DIR)/rabbit:
29
$(DEPS_DIR)/rabbitmq_ct_helpers:
30
git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git "$@"
31
32
+$(DEPS_DIR)/rabbitmq_codegen:
33
+ git clone https://github.com/rabbitmq/rabbitmq-codegen.git "$@"
34
+
35
tests: deps
36
$(MVN) $(MVN_FLAGS) verify
37
0 commit comments