From fca8839460b99851565b0b65cb3da07f43e543fd Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Fri, 1 Sep 2023 14:57:38 +0200 Subject: [PATCH] remove maven clean parameter when building the serverless-workflow-project sample project (#1685) --- scripts/logic/build-quarkus-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/logic/build-quarkus-app.sh b/scripts/logic/build-quarkus-app.sh index 095a3ee28..48f381733 100755 --- a/scripts/logic/build-quarkus-app.sh +++ b/scripts/logic/build-quarkus-app.sh @@ -103,7 +103,7 @@ mvn ${MAVEN_OPTIONS} \ -DskipTests \ -Dmaven.repo.local=${mvn_local_repo} \ -Dquarkus.container-image.build=false \ - clean install + install cd ${build_target_dir}