From 3a81f88fcd77d3e79fd4327fdf4721e9f7f25f98 Mon Sep 17 00:00:00 2001 From: cagache Date: Fri, 20 Dec 2019 11:40:49 +0200 Subject: [PATCH] Added install_first source clear scan directive --- srcclr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcclr.yml b/srcclr.yml index 8ae09190de..3e68ccf1fb 100644 --- a/srcclr.yml +++ b/srcclr.yml @@ -1,2 +1,3 @@ # 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' \ 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' +install_first: true \ No newline at end of file