Skip to content

Commit 2a4d2bd

Browse files
Nightly build script expects make dist to be available
1 parent bf20639 commit 2a4d2bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ all: deps
1919
deps: $(DEPS_DIR)/rabbit
2020
@:
2121

22+
dist:
23+
$(MVN) $(MVN_FLAGS) -DskipTests=true package
24+
2225
$(DEPS_DIR)/rabbit:
2326
git clone https://github.com/rabbitmq/rabbitmq-server.git $@
2427
$(MAKE) -C $@ fetch-deps DEPS_DIR="$(abspath $(DEPS_DIR))"

0 commit comments

Comments
 (0)