From a7fb91fa5c099cc382e14a43bf9cf5cf63d21c08 Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 19 Dec 2019 11:20:26 +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 70a8179276..3234b05772 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' \ No newline at end of file +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