From f044836b6918826081cad2f1f8da70bb33993117 Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 19 Dec 2019 12:08:20 +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 3234b05772..863466090a 100644 --- a/srcclr.yml +++ b/srcclr.yml @@ -1 +1 @@ -custom_maven_command: clean 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: 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