Skip to content

Commit 94f3bf5

Browse files
committed
No test when packaging with Make
1 parent 04400c5 commit 94f3bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install: clean ## Create and copy the binaries into the local Maven repository
2525
@mvnw install -Dmaven.test.skip
2626

2727
jar: clean ## Build the JAR file
28-
@mvnw package
28+
@mvnw package -Dmaven.test.skip
2929

3030
run: compile ## Run PerfTest, pass exec arguments via ARGS, e.g. ARGS="-x 1 -y 1 -r 1"
3131
@mvnw exec:java -Dexec.mainClass="com.rabbitmq.perf.PerfTest" -Dexec.args="$(ARGS)"

0 commit comments

Comments
 (0)