From 8b2dccdae15649e156485a4f2c52e78bca2a97a2 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Tue, 19 Dec 2023 22:40:32 +0530 Subject: [PATCH] clean up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2f26c6..eabea57 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ it: mvn clean verify -Pintegration-tests build: - mvn clean test install -Punit-tests + mvn -B clean test install -Punit-tests -Dgpg.passphrase="${GPG_PASSPHRASE}" -e release: mvn clean -Punit-tests release:clean release:prepare release:perform -B