From b6765cd59b2649da6e1ce079cf95a4e7165ffc9a Mon Sep 17 00:00:00 2001 From: cagache Date: Fri, 20 Dec 2019 14:25:20 +0200 Subject: [PATCH] Added back fail-fast --- srcclr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcclr.yml b/srcclr.yml index 3e68ccf1fb..af9b5adb18 100644 --- a/srcclr.yml +++ b/srcclr.yml @@ -1,3 +1,2 @@ # The scope of this file is to have a custom scan directive for SourceClear excluding automation and benchmark projects from the scan. -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' -install_first: true \ No newline at end of file +custom_maven_command: compile -Dcheckstyle.skip=true -e -DskipTests -DskipITs --fail-fast -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