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.
make dist
1 parent bf20639 commit 2a4d2bdCopy full SHA for 2a4d2bd
Makefile
@@ -19,6 +19,9 @@ all: deps
19
deps: $(DEPS_DIR)/rabbit
20
@:
21
22
+dist:
23
+ $(MVN) $(MVN_FLAGS) -DskipTests=true package
24
+
25
$(DEPS_DIR)/rabbit:
26
git clone https://github.com/rabbitmq/rabbitmq-server.git $@
27
$(MAKE) -C $@ fetch-deps DEPS_DIR="$(abspath $(DEPS_DIR))"
0 commit comments