From 22d58bf1c7bf05dd4bd6867de4436451d3cfdbe0 Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Tue, 3 Oct 2023 10:43:18 +0300 Subject: [PATCH] Update devfile.yaml Co-authored-by: Nick Boldt --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index ca60c0bb37..9171a43bae 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -19,7 +19,7 @@ commands: component: tools workingDir: ${PROJECT_SOURCE} commandLine: | - mvn clean install -DskipTests + mvn clean install -V -e -Pfast -DskipTests -Dskip-validate-sources -Denforcer.skip=true group: kind: build isDefault: true