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 0cfdf17 commit 92b6c0fCopy full SHA for 92b6c0f
Makefile
@@ -20,7 +20,7 @@ deps: $(DEPS_DIR)/rabbit
20
@:
21
22
dist:
23
- $(MVN) $(MVN_FLAGS) -DskipTests=true package
+ $(MVN) $(MVN_FLAGS) -DskipTests=true package javadoc:javadoc
24
25
$(DEPS_DIR)/rabbit:
26
git clone https://github.com/rabbitmq/rabbitmq-server.git $@
0 commit comments