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 04400c5 commit 94f3bf5Copy full SHA for 94f3bf5
Makefile
@@ -25,7 +25,7 @@ install: clean ## Create and copy the binaries into the local Maven repository
25
@mvnw install -Dmaven.test.skip
26
27
jar: clean ## Build the JAR file
28
- @mvnw package
+ @mvnw package -Dmaven.test.skip
29
30
run: compile ## Run PerfTest, pass exec arguments via ARGS, e.g. ARGS="-x 1 -y 1 -r 1"
31
@mvnw exec:java -Dexec.mainClass="com.rabbitmq.perf.PerfTest" -Dexec.args="$(ARGS)"
0 commit comments