From dbd478776b40d0a933ee5a37883aff4a848afcdd Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Wed, 19 Aug 2020 08:34:08 +0300 Subject: [PATCH] exclude rm-automation and rm-benchmark from scan --- scripts/source_clear.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/source_clear.sh b/scripts/source_clear.sh index d3e9f09504..85576d3ad1 100644 --- a/scripts/source_clear.sh +++ b/scripts/source_clear.sh @@ -5,6 +5,7 @@ set -ev mvn -B -q clean install \ -DskipTests \ -Dmaven.javadoc.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' \ com.srcclr:srcclr-maven-plugin:scan \ -Dcom.srcclr.apiToken=$SRCCLR_API_TOKEN > scan.log