From d71d416521e67672bca088b922a2798b00b1a58b Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 19 Dec 2019 12:46:16 +0200 Subject: [PATCH] Try to exclude automation project from sourceclear scan using a custom maven command --- srcclr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcclr.yml b/srcclr.yml index 863466090a..88b5343def 100644 --- a/srcclr.yml +++ b/srcclr.yml @@ -1 +1 @@ -custom_maven_command: compile -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' \ No newline at end of file +custom_maven_command: install -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' \ No newline at end of file