From 57e8e65dc2ea52cdcfc5522e2292f7857fb14f9b Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 19 Dec 2019 16:20:37 +0200 Subject: [PATCH] Don't fail fast --- srcclr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcclr.yml b/srcclr.yml index 160078c634..38d0d76fd6 100644 --- a/srcclr.yml +++ b/srcclr.yml @@ -1 +1 @@ -custom_maven_command: clean deploy -Dcheckstyle.skip=true -e -DskipTests -DskipITs -Dmaven.test.skip=true --fail-fast --nsu -Denforcer.skip=true -pl '!rm-automation,!rm-automation/rm-automation-community-rest-api,!rm-automation/rm-automation-enterprise-rest-api,!rm-automation/rm-automation-ui,!rm-benchmark' \ No newline at end of file +custom_maven_command: clean install -Dcheckstyle.skip=true -e -DskipTests -DskipITs -Dmaven.test.skip=true -Denforcer.skip=true -pl '!rm-automation,!rm-automation/rm-automation-community-rest-api,!rm-automation/rm-automation-enterprise-rest-api,!rm-automation/rm-automation-ui,!rm-benchmark' \ No newline at end of file